commit 32d1a9728c3b49ef97d906eba673df0dd3e89bbc
parent 521ef8e3adda3301db3e44bf7a25ce73c822ca65
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 15 Feb 2021 11:03:01 +0100
Remove the measuring Logswan memory usage section from the README.
Diffstat:
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
@@ -140,13 +140,6 @@ The options are as follows:
Logswan outputs JSON data to **stdout**.
-## Measuring Logswan memory usage
-
-Heap profiling can be done using valgrind, as follows:
-
- valgrind --tool=massif logswan access.log
- ms_print massif.out.*
-
## License
Logswan is released under the BSD 2-Clause license. See `LICENSE` file for