File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,8 @@ RUN yum remove shadow-utils -y
2828
2929USER factorhouse
3030
31- ENV CORE_ASYNC_POOL_SIZE=8
3231ENV CONFIG_DIR=/opt/factorhouse/config/flex
33- ENV JVM_OPTS="-server -Dclojure.core.async.pool-size=$CORE_ASYNC_POOL_SIZE - XX:MaxInlineLevel=15 -Djava.awt.headless=true -XX:InitialRAMPercentage=70 -XX:MaxRAMPercentage=70"
32+ ENV JVM_OPTS="-server -XX:MaxInlineLevel=15 -Djava.awt.headless=true -XX:InitialRAMPercentage=70 -XX:MaxRAMPercentage=70"
3433
3534EXPOSE 3000
3635
Original file line number Diff line number Diff line change @@ -28,9 +28,8 @@ RUN yum remove shadow-utils -y
2828
2929USER factorhouse
3030
31- ENV CORE_ASYNC_POOL_SIZE=8
32- ENV JVM_OPTS="-server -Dclojure.core.async.pool-size=$CORE_ASYNC_POOL_SIZE -XX:MaxInlineLevel=15 -Djava.awt.headless=true -XX:InitialRAMPercentage=70 -XX:MaxRAMPercentage=70 --add-opens=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED --add-opens=java.xml/com.sun.org.apache.xerces.internal.jaxp=ALL-UNNAMED --add-opens=java.xml/com.sun.org.apache.xerces.internal.util=ALL-UNNAMED"
31+ ENV JVM_OPTS="-server -XX:MaxInlineLevel=15 -Djava.awt.headless=true -XX:InitialRAMPercentage=70 -XX:MaxRAMPercentage=70"
3332
3433EXPOSE 3000
3534
36- CMD ["/usr/local/bin/flex.sh" ]
35+ CMD ["/usr/local/bin/flex.sh" ]
You can’t perform that action at this time.
0 commit comments