Skip to content

Commit

Permalink
fix(maven): increasing max mem by 50% for compatibility wiith fast ma…
Browse files Browse the repository at this point in the history
…chines

Signed-off-by: Michael C. Jaeger <[email protected]>
  • Loading branch information
mcjaeger committed Apr 20, 2021
1 parent 9d11997 commit 90f3842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw360-single/sw360-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ source $configurationFile

wd=/sw360portal
mavenParameters=""
mavenMemory="-Xmx1024m -XX:MaxPermSize=1024m"
mavenMemory="-Xmx1536m -XX:MaxPermSize=1024m"

doFrontend=false
doPortlets=false
Expand Down

0 comments on commit 90f3842

Please sign in to comment.