Leave ActiveMQ heap settings in default
This commit is contained in:
parent
3d8154d87f
commit
56af4a0b66
@ -13,9 +13,6 @@ RUN EOF
|
|||||||
adduser -S -u 61616 -h /srv/activemq -s /bin/false -g activemq -G activemq activemq
|
adduser -S -u 61616 -h /srv/activemq -s /bin/false -g activemq -G activemq activemq
|
||||||
mkdir /srv/activemq/tmp
|
mkdir /srv/activemq/tmp
|
||||||
chown activemq:activemq /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
|
EOF
|
||||||
|
|
||||||
COPY lxc
|
COPY lxc
|
||||||
|
Loading…
Reference in New Issue
Block a user