diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-26 23:29:18 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-26 23:29:18 +0200 |
commit | 0d2fd684a96e4132d7e315cffae97efc565caf63 (patch) | |
tree | c28b0957c98a8fb1ff6977e0bce61c3e83c280ab /jjb/demo | |
parent | 85acf92b9aff5a383f333d245406c919f9142613 (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.yaml | 2 |
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 |