Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #1501: Increase Xmx for staging deployment (#1502)
  • Loading branch information
singhpratyush authored and mariobehling committed Aug 26, 2017
1 parent 62f4533 commit 2c29473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/images/staging/Dockerfile
Expand Up @@ -16,6 +16,7 @@ RUN apk update && apk add openjdk8 git bash && \
sed -i.bak 's/^\(elasticsearch_transport.enabled\).*/\1=true/' conf/config.properties && \
sed -i.bak 's/^\(elasticsearch_transport.addresses\).*/\1=elasticsearch.elasticsearch:9300/' conf/config.properties && \
sed -i.bak 's/^\(dump.write_enabled\).*/\1=false/' conf/config.properties && \
sed -i.bak 's/^\(Xmx\).*/\1=3G/' conf/config.properties && \
echo "while true; do sleep 10;done" >> bin/start.sh


Expand Down

0 comments on commit 2c29473

Please sign in to comment.