Skip to content

Commit

Permalink
Enlarge JVM stack size.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarao committed Nov 10, 2023
1 parent 6bd770f commit 14949d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .jvmopts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-Dfile.encoding=UTF8
-Xss10m
-Xms1G
-Xmx6G
-XX:MaxMetaspaceSize=512M
Expand Down
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ lazy val benchmark_3 = (project in file("modules/benchmark_3"))
.enablePlugins(NoPublishPlugin)
.settings(
Compile / run / fork := true,
javaOptions += "-Xss10m",
scalacOptions ++= Seq("-Xmax-inlines", "1000"),
libraryDependencies ++= Seq(
scalaOrganization.value %% "scala3-compiler" % scalaVersion.value,
Expand All @@ -109,7 +108,6 @@ lazy val benchmark_2_13 = (project in file("modules/benchmark_2_13"))
.enablePlugins(NoPublishPlugin)
.settings(
scalaVersion := Scala_2_13,
javaOptions += "-Xss10m",
libraryDependencies ++= Seq(
"com.chuusai" %% "shapeless" % "2.3.10",
scalaOrganization.value % "scala-compiler" % scalaVersion.value,
Expand All @@ -121,7 +119,6 @@ lazy val benchmark_2_11 = (project in file("modules/benchmark_2_11"))
.enablePlugins(NoPublishPlugin)
.settings(
scalaVersion := Scala_2_11,
javaOptions += "-Xss10m",
libraryDependencies ++= Seq(
"ch.epfl.lamp" %% "scala-records" % "0.4",
scalaOrganization.value % "scala-compiler" % scalaVersion.value,
Expand Down

0 comments on commit 14949d0

Please sign in to comment.