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 63e8376 commit 9617b66Copy full SHA for 9617b66
Dockerfile
@@ -2,6 +2,6 @@ FROM ghcr.io/navikt/baseimages/temurin:21
2
3
COPY target/app.jar app.jar
4
5
-ENV JAVA_OPTS="-Xmx1024m \
+ENV JAVA_OPTS="-XX:MaxRAMPercentage=75 \
6
-Djava.security.egd=file:/dev/./urandom \
7
-Dspring.profiles.active=nais"
nais/naiserator.yaml
@@ -54,7 +54,6 @@ spec:
54
cpuThresholdPercentage: 50
55
resources:
56
requests:
57
- cpu: 250m
58
- memory: 256Mi
+ memory: 128Mi
59
limits:
60
- memory: 1024Mi
+ memory: 512Mi
0 commit comments