Quick note on memory leak debugging under valgrind.
[bluesky.git] / 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