changeset 32:4698baa1c5ec

Uploaded
author da-intersect
date Tue, 30 Apr 2013 00:27:45 -0400
parents f028f0aaf6c7
children 103c8249dbe6
files result_analyser.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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