From e2e469d2cd9845931bdd254b44c26676090145aa Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Wed, 17 Mar 2010 15:01:27 -0700 Subject: [PATCH] Quick note on memory leak debugging under valgrind. --- README | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.20.1