Skip to content

Commit

Permalink
JBIDE-23657 switch from PermSize to MetaspaceSize (since we requite J…
Browse files Browse the repository at this point in the history
…DK8); also bump MaxMetaspaceSize to 512m from 256m

Signed-off-by: nickboldt <nboldt@redhat.com>

JBIDE-23657 use MetaspaceSize with no max or min values

Signed-off-by: nickboldt <nboldt@redhat.com>

set -XX:MetaspaceSize=256m

Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Dec 20, 2016
1 parent 9a72409 commit 3e4e93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<tychoExtrasVersion>${tychoVersion}</tychoExtrasVersion>
<jbossTychoPluginsVersion>0.26.1-SNAPSHOT</jbossTychoPluginsVersion>
<jbosstoolsRelengPublishVersion>4.4.1.AM2-SNAPSHOT</jbosstoolsRelengPublishVersion>
<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
<memoryOptions2>-XX:MaxPermSize=256m</memoryOptions2>
<memoryOptions1>-Xms512m -Xmx1024m -XX:MetaspaceSize=256m</memoryOptions1>
<memoryOptions2></memoryOptions2>
<systemProperties></systemProperties>
<platformSystemProperties></platformSystemProperties>
<applejdkProperties></applejdkProperties>
Expand Down

0 comments on commit 3e4e93c

Please sign in to comment.