Skip to content

Commit 9645bde

Browse files
authoredJan 30, 2025··
Bytte til parallell GC (#151)
1 parent db9b4bd commit 9645bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/navikt/ung-sak
55
RUN mkdir /app/lib
66
RUN mkdir /app/conf
77

8-
ENV JAVA_OPTS="-XX:MaxRAMPercentage=75.0 -XX:ActiveProcessorCount=4 -Djdk.virtualThreadScheduler.parallelism=8 -Djava.security.egd=file:/dev/./urandom -Duser.timezone=Europe/Oslo "
8+
ENV JAVA_OPTS="-XX:+UseParallelGC -XX:MaxRAMPercentage=75.0 -XX:ActiveProcessorCount=4 -Djdk.virtualThreadScheduler.parallelism=8 -Djava.security.egd=file:/dev/./urandom -Duser.timezone=Europe/Oslo "
99

1010
# Config
1111
COPY web/target/classes/logback.xml /app/conf/

0 commit comments

Comments
 (0)
Please sign in to comment.