diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-12-12 08:36:38 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-12-12 08:36:46 -0500 |
commit | 7549902513cca2c55e6ccf2f425cce0a3850adff (patch) | |
tree | 2bdd700cba17ebbd842ba783d365bdaaad537f93 /jjb/policy | |
parent | 1ac96ca9ee73a2134a538a602f39d461fac253c7 (diff) |
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 <pdragosh@research.att.com>
Diffstat (limited to 'jjb/policy')
-rw-r--r-- | jjb/policy/policy-engine.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |