From 22e686441d8d035fa5e42a6260956c7f59120323 Mon Sep 17 00:00:00 2001 From: Lazarin Lazarov Date: Wed, 9 Jan 2019 11:07:57 +0200 Subject: [PATCH] [Issue #292] Increase memory limit Set new higher memory limit (1.2GB) for the jvm in the container. Change-Id: I048391b2d53510c28a6d6597d5c77b03385d153f Reviewed-on: https://bellevue-ci.eng.vmware.com:8080/54008 Reviewed-by: Antonio Filipov Bellevue-Verified: e_vcoauto_glob_1 Closures-Verified: e_vcoauto_glob_1 CS-Verified: e_vcoauto_glob_1 PG-Verified: e_vcoauto_glob_1 Upgrade-Verified: e_vcoauto_glob_1 --- host/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/entrypoint.sh b/host/entrypoint.sh index 81485ccba..56cd159a4 100755 --- a/host/entrypoint.sh +++ b/host/entrypoint.sh @@ -10,7 +10,7 @@ fi if [ "x" = "x$MEMORY_OPTS" ] then -MEMORY_OPTS="-Xmx768M -Xms768M -Xss256K -Xmn256M -XX:MaxMetaspaceSize=256m" +MEMORY_OPTS="-Xmx1280M -Xms1280M -Xss256K -Xmn256M -XX:MaxMetaspaceSize=256m" fi CONFIG_FILES="$DIST_CONFIG_FILE_PATH"