valgrind.sh: use malloc instead of large
authorJean Privat <jean@pryen.org>
Mon, 6 Aug 2012 23:36:50 +0000 (19:36 -0400)
committerJean Privat <jean@pryen.org>
Tue, 7 Aug 2012 04:54:33 +0000 (00:54 -0400)
We do not want unpredictable GC invocation when the large buffer is reached.

Signed-off-by: Jean Privat <jean@pryen.org>

src/valgrind.sh

index d34dfd7..1ffa5af 100755 (executable)
@@ -3,7 +3,7 @@
 # Script to call valgrind with the right options
 
 # Disable GC to avoid unpredictable long news (those that trigger the GC)
-NIT_GC_OPTION=large
+NIT_GC_OPTION=malloc
 export NIT_GC_OPTION
 
 # Skip usual methods with blocks to avoid loops