From 46da4d6bd4d139799629b0943e8af05d1d531fba Mon Sep 17 00:00:00 2001 From: Jj! Date: Tue, 25 Sep 2018 14:29:14 -0500 Subject: [PATCH] [NOISSUE] update config --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 09dc3d946..dc2a92cae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { steps { sh ''' docker stop shibui || true && docker rm shibui || true - docker run -d --restart always --name shibui -p 8080:8080 -v /etc/shibui/application.properties:/application.properties unicon/shibui:latest + docker run -d --restart always --name shibui -p 8080:8080 -v /etc/shibui/application.properties:/application.properties -m 3GB --memory-swap=3GB unicon/shibui:latest ''' } }