Configure the workloads of the benchmarks and the size of the shared heap to increase...
[IRC.git] / Robust / src / Benchmarks / Scheduling / GC / MTree / macrotest_tree.java
index 4a5bec80f74c78b2fd840aad4e88d167122c0e4d..aeee23539c7f7b08d93fd0f2d1efcda6ad203df3 100644 (file)
@@ -2,7 +2,7 @@ task t1(StartupObject s{initialstate}) {
        //System.printString("task t1\n");
        
        int threadnum = 62;
-    int size = 30000;
+    int size = 20000;
     int nodenum = size*10;
        for(int i = 0; i < threadnum; ++i) {
                TestRunner tr = new TestRunner(i, size, nodenum){run};