File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ object Bench {
38
38
39
39
val opts = new OptionsBuilder ()
40
40
.shouldFailOnError(true )
41
- .jvmArgs(" -Xms2G" , " -Xmx2G" , " -Xss4m " )
41
+ .jvmArgs(" -Xms2G" , " -Xmx2G" , " -Xss16m " )
42
42
.mode(Mode .AverageTime )
43
43
.timeUnit(TimeUnit .MILLISECONDS )
44
44
.warmupIterations(warmup)
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ object Build {
65
65
// "-agentpath:/home/dark/opt/yjp-2013-build-13072/bin/linux-x86-64/libyjpagent.so"
66
66
// "-agentpath:/Applications/YourKit_Java_Profiler_2015_build_15052.app/Contents/Resources/bin/mac/libyjpagent.jnilib",
67
67
// "-XX:+HeapDumpOnOutOfMemoryError", "-Xmx1g",
68
- " -Xss4m "
68
+ " -Xss16m "
69
69
)
70
70
71
71
// Packages all subprojects to their jars
You can’t perform that action at this time.
0 commit comments