From: liamfallon Date: Tue, 3 Mar 2020 12:20:00 +0000 (+0000) Subject: Increase thread stack size for Graal in apex-pdp X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b7ce128b8701ab75ad5ace2be0ef4f732845e717;p=ci-management.git Increase thread stack size for Graal in apex-pdp In the apex-pdp javascript tasks are executed using Graal scripting support in Java 11. The javascript scripts executed in Java threads. The default stack size of 1024k is too small and results in stack overflow exceptions for any Javascript script that is of a reasonable size. This review increases the stack size for the JVM for apex-pdp builds. Issue-ID: POLICY-2106 Change-Id: Iea7512939dcd8c1d68d8c37ebd4af63b89ffaa61 Signed-off-by: liamfallon --- diff --git a/jjb/policy/policy-apex-pdp.yaml b/jjb/policy/policy-apex-pdp.yaml index 1923c765e..da2407d16 100644 --- a/jjb/policy/policy-apex-pdp.yaml +++ b/jjb/policy/policy-apex-pdp.yaml @@ -14,6 +14,7 @@ docker-pom: 'pom.xml' mvn-profile: 'docker' mvn-params: "-P docker" + java-opts: 'Xss2048k' - gerrit-maven-stage: sign-artifacts: true build-node: centos7-builder-4c-4g