Skip to content

Commit

Permalink
Disable memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Feb 10, 2024
1 parent 3c20dca commit 4c945b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ lazy val `mockingbird-native` = (project in file("mockingbird-native"))
Compile / packageDoc / mappings := Seq(),
GraalVMNativeImage / mainClass := Some("ru.tinkoff.tcb.mockingbird.Mockingbird"),
GraalVMNativeImage / graalVMNativeImageOptions ++= Seq(
"-J-Xmx6144m", // Required to fit native-image runtime heap in Standard GitHub-hosted runners
"-H:+StaticExecutableWithDynamicLibC",
"--gc=G1"
).filter(_ => dockerize.value),
Expand Down

0 comments on commit 4c945b8

Please sign in to comment.