diff result_analyser.sh @ 32:4698baa1c5ec

Uploaded
author da-intersect
date Tue, 30 Apr 2013 00:27:45 -0400
parents b04c42cb2d31
children
line wrap: on
line diff
--- a/result_analyser.sh	Tue Apr 30 00:27:36 2013 -0400
+++ b/result_analyser.sh	Tue Apr 30 00:27:45 2013 -0400
@@ -30,5 +30,5 @@
 tar -C $tmp_dir -xvf $tar_file
 
 # Run the jar and remove the temporary directory
-java -jar $jar_path $@ -c "$tmp_dir"
+java -Xmx3072M -jar $jar_path $@ -c "$tmp_dir"
 rm -rf $tmp_dir