Skip to content

Commit

Permalink
update docker image jvm heap size
Browse files Browse the repository at this point in the history
Signed-off-by: Nicklas Körtge <[email protected]>
  • Loading branch information
n1ckl0sk0rtge committed Oct 16, 2024
1 parent 668143a commit 8a9cdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ COPY --chown=185 src/main/resources/java/scan/*.jar /deployments/java/scan/
EXPOSE 8080
USER 185
ENV CBOMKIT_JAVA_JAR_DIR="/deployments/java/scan/"
ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager -Xmx8g"
ENV JAVA_OPTS="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager -Xmx16g"
ENV JAVA_APP_JAR="/deployments/quarkus-run.jar"

0 comments on commit 8a9cdea

Please sign in to comment.