From 56af4a0b660843a8249e69fdbf21cfe3a146b6ea Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sun, 17 Nov 2019 16:01:04 +0100 Subject: [PATCH] Leave ActiveMQ heap settings in default --- lxc-services/activemq/lxcfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/lxc-services/activemq/lxcfile b/lxc-services/activemq/lxcfile index 4584249..7a76154 100644 --- a/lxc-services/activemq/lxcfile +++ b/lxc-services/activemq/lxcfile @@ -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