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 26be896 commit a26cba4Copy full SHA for a26cba4
Dockerfile
@@ -22,7 +22,7 @@ RUN \
22
rm sbt-$(cat /sbt-version).rpm && \
23
mkdir /project
24
WORKDIR /project
25
-ENV SBT_OPTS="-XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=2G -Xmx2G -Xms1G"
+ENV SBT_OPTS="-XX:+CMSClassUnloadingEnabled -Xmx2G -Xms1G"
26
27
# This stage can be used for testing whether the build is compatible with fresh versions of JDK and NodeJS/NPM
28
FROM fedora:latest AS sbt-version-bleeding-edge
0 commit comments