From: Michael Vrable Date: Wed, 17 Mar 2010 22:01:27 +0000 (-0700) Subject: Quick note on memory leak debugging under valgrind. X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=commitdiff_plain;h=e2e469d2cd9845931bdd254b44c26676090145aa Quick note on memory leak debugging under valgrind. --- diff --git a/README b/README index 2f1276d..a7d31fc 100644 --- a/README +++ b/README @@ -17,3 +17,7 @@ Required dependencies (from base Debian install): openjdk-6-jre protobuf-compiler s3cmd + +Running under Valgrind: + - Set G_SLICE=always-malloc environment variable to help with memory + leak checking