We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a30a2 commit b1386d2Copy full SHA for b1386d2
build.sbt
@@ -318,6 +318,10 @@ lazy val cli = project
318
env("PATH", "/opt/maven/bin:${PATH}")
319
env("PATH", "/opt/gradle/bin:${PATH}")
320
env("PATH", "/root/.local/share/coursier/bin:${PATH}")
321
+ env(
322
+ "JAVA_TOOL_OPTIONS",
323
+ "-XX:MaxRAMPercentage=80.0 -XX:+UseContainerSupport"
324
+ )
325
326
// Mark all directories as safe for Git, so that it doesn't
327
// trigger this check and error:
0 commit comments