Quick note on memory leak debugging under valgrind.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 17 Mar 2010 22:01:27 +0000 (15:01 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 17 Mar 2010 22:01:27 +0000 (15:01 -0700)
README

diff --git a/README b/README
index 2f1276d..a7d31fc 100644 (file)
--- 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