Skip to content

Commit a26cba4

Browse files
committed
Fix warning
1 parent 26be896 commit a26cba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN \
2222
rm sbt-$(cat /sbt-version).rpm && \
2323
mkdir /project
2424
WORKDIR /project
25-
ENV SBT_OPTS="-XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=2G -Xmx2G -Xms1G"
25+
ENV SBT_OPTS="-XX:+CMSClassUnloadingEnabled -Xmx2G -Xms1G"
2626

2727
# This stage can be used for testing whether the build is compatible with fresh versions of JDK and NodeJS/NPM
2828
FROM fedora:latest AS sbt-version-bleeding-edge

0 commit comments

Comments
 (0)