From 0d2fd684a96e4132d7e315cffae97efc565caf63 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Sat, 26 Oct 2024 23:29:18 +0200 Subject: 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 --- jjb/demo/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/demo') 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 -- cgit 1.2.3-korg