We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01532c1 commit f3a36e3Copy full SHA for f3a36e3
bench/src/main/scala/Benchmarks.scala
@@ -38,7 +38,7 @@ object Bench {
38
39
val opts = new OptionsBuilder()
40
.shouldFailOnError(true)
41
- .jvmArgs("-Xms2G", "-Xmx2G", "-Xss4m")
+ .jvmArgs("-Xms2G", "-Xmx2G", "-Xss16m")
42
.mode(Mode.AverageTime)
43
.timeUnit(TimeUnit.MILLISECONDS)
44
.warmupIterations(warmup)
project/Build.scala
@@ -65,7 +65,7 @@ object Build {
65
// "-agentpath:/home/dark/opt/yjp-2013-build-13072/bin/linux-x86-64/libyjpagent.so"
66
// "-agentpath:/Applications/YourKit_Java_Profiler_2015_build_15052.app/Contents/Resources/bin/mac/libyjpagent.jnilib",
67
// "-XX:+HeapDumpOnOutOfMemoryError", "-Xmx1g",
68
- "-Xss4m"
+ "-Xss16m"
69
)
70
71
// Packages all subprojects to their jars
0 commit comments