From 7549902513cca2c55e6ccf2f425cce0a3850adff Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Thu, 12 Dec 2019 08:36:38 -0500 Subject: Increases java mem/cpu policy/engine repo Temp increase for code coverage TSC must-have and to finish tasks before break. Will investigate why the use of mock is causing so much memory consumption. Issue-ID: POLICY-2300 Change-Id: I17c9b5c4e2a8541aec3e3cc2aedcc0eb7d043aa3 Signed-off-by: Pamela Dragosh --- jjb/policy/policy-engine.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/policy/policy-engine.yaml b/jjb/policy/policy-engine.yaml index 8822cec5a..d1d113e16 100644 --- a/jjb/policy/policy-engine.yaml +++ b/jjb/policy/policy-engine.yaml @@ -46,7 +46,7 @@ branch: 'master' mvn-settings: 'policy-engine-settings' mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + mvn-opts: '-Xmx2048m -XX:MaxPermSize=512m' - project: name: policy-engine-clm -- cgit 1.2.3-korg