commit | 1f04e8e626c306a0b9abd00bc9a024dfc9a253fc | [log] [tgz] |
---|---|---|
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | Tue Apr 17 11:21:39 2018 +0300 |
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | Tue Apr 17 11:21:39 2018 +0300 |
tree | 668556636278c03bef6012c00830679333d50165 | |
parent | 3e3599d00f987e50a3041a8d371e1daa88e37d5e [diff] [blame] |
Memory usage growing fix Change-Id: Ia4cf3c5f7c000569fb7fb639913bbbbdb5c63ded Issue-ID: VID-196 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
diff --git a/deliveries/src/main/docker/docker-files/Dockerfile b/deliveries/src/main/docker/docker-files/Dockerfile index 3da8be5..a347659 100755 --- a/deliveries/src/main/docker/docker-files/Dockerfile +++ b/deliveries/src/main/docker/docker-files/Dockerfile
@@ -5,6 +5,7 @@ RUN sed -i 's/# alias/alias/g' /root/.bashrc +ENV JAVA_OPTS="-Xmx1536m -Xms1536m" ENV ROOT_DIR /opt/app/vid