move heap size of output program into the benchmark-specific makefile
[IRC.git] / Robust / src / Benchmarks / oooJava / mergesort / makefile
index eaeafcf80ab1fb3d314ed7aac68f3680963223b8..0aac737fcfeabae5103daa267e38b9edefe711cd 100644 (file)
@@ -4,6 +4,6 @@ SOURCE_FILES=BMergeSort4.java
 
 NUM_OOO_WORKERS=65
 NUM_RCR_WORKERS=64
-#BMFLAGS=-corepin
+BMFLAGS=-heapsize-mb 8000 #-corepin
 
 include ../master-makefile