diff options
author | 2024-10-26 23:29:18 +0200 | |
---|---|---|
committer | 2024-10-26 23:29:18 +0200 | |
commit | 0d2fd684a96e4132d7e315cffae97efc565caf63 (patch) | |
tree | c28b0957c98a8fb1ff6977e0bce61c3e83c280ab /jjb/so/so-adapters-so-etsi-sol003-adapter.yaml | |
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/so/so-adapters-so-etsi-sol003-adapter.yaml')
-rw-r--r-- | jjb/so/so-adapters-so-etsi-sol003-adapter.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/so/so-adapters-so-etsi-sol003-adapter.yaml b/jjb/so/so-adapters-so-etsi-sol003-adapter.yaml index 459fdc2c6..ff1c95599 100644 --- a/jjb/so/so-adapters-so-etsi-sol003-adapter.yaml +++ b/jjb/so/so-adapters-so-etsi-sol003-adapter.yaml @@ -51,7 +51,7 @@ branch: "master" mvn-settings: "so-adapters-so-etsi-sol003-adapter-settings" mvn-goals: "clean install" - mvn-opts: "-Xmx1024m -XX:MaxPermSize=256m" + mvn-opts: "-Xmx1024m -XX:MaxMetaspaceSize=256m" - project: name: so-adapters-so-etsi-sol003-adapter-clm |