Skip to content

Commit 01532c1

Browse files
-Xss4m
1 parent 80c316d commit 01532c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bench/src/main/scala/Benchmarks.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ object Bench {
3838

3939
val opts = new OptionsBuilder()
4040
.shouldFailOnError(true)
41-
.jvmArgs("-Xms2G", "-Xmx2G")
41+
.jvmArgs("-Xms2G", "-Xmx2G", "-Xss4m")
4242
.mode(Mode.AverageTime)
4343
.timeUnit(TimeUnit.MILLISECONDS)
4444
.warmupIterations(warmup)

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ object Build {
6464
// "-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005"
6565
// "-agentpath:/home/dark/opt/yjp-2013-build-13072/bin/linux-x86-64/libyjpagent.so"
6666
// "-agentpath:/Applications/YourKit_Java_Profiler_2015_build_15052.app/Contents/Resources/bin/mac/libyjpagent.jnilib",
67-
// "-XX:+HeapDumpOnOutOfMemoryError", "-Xmx1g", "-Xss2m"
67+
// "-XX:+HeapDumpOnOutOfMemoryError", "-Xmx1g",
68+
"-Xss4m"
6869
)
6970

7071
// Packages all subprojects to their jars

0 commit comments

Comments
 (0)