From 09bf87d539b6a3551b7b6f1ac5646cfaef8762a3 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 1 May 2014 12:19:30 -0700 Subject: ... --- profile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile.sh') diff --git a/profile.sh b/profile.sh index 50f6f0bf3..52af9b6d2 100755 --- a/profile.sh +++ b/profile.sh @@ -1,6 +1,6 @@ #!/bin/sh -java -Xmx100m -server -cp lib/\*:target/classes:target/test-classes \ +java -Xmx256m -server -cp lib/\*:target/classes:target/test-classes \ -Xrunhprof:cpu=samples,depth=10,verbose=n,interval=2 \ $* -- cgit v1.2.3