summaryrefslogtreecommitdiffstats
path: root/jjb/demo
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-10-26 23:29:18 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-10-26 23:29:18 +0200
commit0d2fd684a96e4132d7e315cffae97efc565caf63 (patch)
treec28b0957c98a8fb1ff6977e0bce61c3e83c280ab /jjb/demo
parent85acf92b9aff5a383f333d245406c919f9142613 (diff)
Remove MaxPermSize jvm arg
- starting from jdk 8 the arg has been deprecated - this fixes all broken sonar jobs [1] [1] check the 'last analysis' on the [sonarcloud.io page](https://sonarcloud.io/organizations/onap/projects) Issue-ID: AAI-4027 Change-Id: I5919db4501cd465d28589a467d9d33a47cab6a37 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'jjb/demo')
-rw-r--r--jjb/demo/demo.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/demo/demo.yaml b/jjb/demo/demo.yaml
index 400c08227..a3170909f 100644
--- a/jjb/demo/demo.yaml
+++ b/jjb/demo/demo.yaml
@@ -40,7 +40,7 @@
branch: "master"
mvn-settings: "demo-settings"
mvn-goals: "clean install"
- mvn-opts: "-Xmx1024m -XX:MaxPermSize=256m"
+ mvn-opts: "-Xmx1024m -XX:MaxMetaspaceSize=256m"
- project:
name: demo-linters