Skip to content

Commit

Permalink
Increase stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-bucev committed Jun 5, 2024
1 parent f93ce7b commit 91e8b2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion asn1scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ ThisBuild / scalaVersion := "3.3.1"

lazy val root = (project in file("."))
.settings(
name := "asn1scala"
name := "asn1scala",
run / javaOptions ++= Seq(
"-Xss1G"
),
run / Keys.fork := true
)

0 comments on commit 91e8b2e

Please sign in to comment.