Skip to content
Snippets Groups Projects
Commit f7c41bea authored by Johannes Mey's avatar Johannes Mey
Browse files

reduce the memory size

parent f0a3e5d0
Branches
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ println('$ killall -9 java')
def benchmarkId = ResultHelper.createNewResultDir()
ResultHelper.saveConfiguration(benchmarkId, "IndividualBenchmarkInjectScript.groovy")
def ec = new ExecutionConfig(8000, 32000)
def ec = new ExecutionConfig(1000, 8000)
def minSize = 1
def maxSize = 512
......
......@@ -28,7 +28,7 @@ println('$ killall -9 java')
def benchmarkId = ResultHelper.createNewResultDir()
ResultHelper.saveConfiguration(benchmarkId, "IndividualBenchmarkRepairScript.groovy")
def ec = new ExecutionConfig(8000, 32000)
def ec = new ExecutionConfig(1000, 8000)
def minSize = 1
def maxSize = 512
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment