Skip to content

Commit 661823d

Browse files
authored
Merge pull request #15 from factorhouse/tom/fac-229-remove-async-pool_size-configuration-from-dockerfiles
Remove deprecated CORE_ASYNC env
2 parents d1d7c33 + 7e7dd17 commit 661823d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

dockerfile/flex-ce/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ RUN yum remove shadow-utils -y
2828

2929
USER factorhouse
3030

31-
ENV CORE_ASYNC_POOL_SIZE=8
3231
ENV 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

3534
EXPOSE 3000
3635

dockerfile/flex/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ RUN yum remove shadow-utils -y
2828

2929
USER 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

3433
EXPOSE 3000
3534

36-
CMD ["/usr/local/bin/flex.sh"]
35+
CMD ["/usr/local/bin/flex.sh"]

0 commit comments

Comments
 (0)