Leave ActiveMQ heap settings in default

This commit is contained in:
Disassembler 2019-11-17 16:01:04 +01:00
parent 3d8154d87f
commit 56af4a0b66
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -13,9 +13,6 @@ RUN EOF
adduser -S -u 61616 -h /srv/activemq -s /bin/false -g activemq -G activemq activemq
mkdir /srv/activemq/tmp
chown activemq:activemq /srv/activemq/tmp
# Configure Java heap size
sed -i "s/-Xms64M -Xmx1G/-Xms32M -Xmx256M/" /srv/activemq/bin/env
EOF
COPY lxc