From d29f59dce43505772ddf5dffabab911e5b94afc4 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Tue, 26 Jan 2021 09:09:48 -0800 Subject: [PATCH] trying lower threshold. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d7eb652..aabdb0e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ RUN apt update RUN apt install -y poppler-utils COPY target/auto-ap.jar /usr/local/ COPY config /usr/local/config/ -CMD java -Dlogback.configurationFile=logback-prod.xml -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=9090 -Dcom.sun.management.jmxremote.rmi.port=9090 -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.local.only=false -XX:InitialRAMPercentage=90 -XX:MaxRAMPercentage=90 -jar /usr/local/auto-ap.jar +CMD java -Dlogback.configurationFile=logback-prod.xml -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=9090 -Dcom.sun.management.jmxremote.rmi.port=9090 -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.local.only=false -XX:InitialRAMPercentage=75 -XX:MaxRAMPercentage=75 -jar /usr/local/auto-ap.jar