diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-12-12 19:34:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-12 19:34:51 +0000 |
commit | 64d98ffe122fe1f489360ec45b9cd65d48f6f1ae (patch) | |
tree | 26650c54252146ce9ab4634d97ede1d760f850c6 | |
parent | 3302c322d85cfa5d304c391b102ccd4da5d317bd (diff) | |
parent | 7549902513cca2c55e6ccf2f425cce0a3850adff (diff) |
Merge "Increases java mem/cpu policy/engine repo"
-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 |