[jbosstools-issues] [JBoss JIRA] (JBIDE-23657) Upgrade memoryoptions properties in org.jboss.tools:parent to Java 8

Marek Novotny (JIRA) issues at jboss.org
Tue Dec 20 10:52:00 EST 2016


    [ https://issues.jboss.org/browse/JBIDE-23657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13340848#comment-13340848 ] 

Marek Novotny commented on JBIDE-23657:
---------------------------------------

yep, use only *-XX:MetaspaceSize* for initial size (top limit is literally useful only if you need to limit consumption of all memory on your machine) or remove it all ;)

> Upgrade memoryoptions properties in org.jboss.tools:parent to Java 8
> --------------------------------------------------------------------
>
>                 Key: JBIDE-23657
>                 URL: https://issues.jboss.org/browse/JBIDE-23657
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: build
>            Reporter: Marek Novotny
>            Assignee: Nick Boldt
>             Fix For: 4.4.3.AM2
>
>
> There are _memoryoptions1_ and _memoryoptions2_ properties in https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml#L33-L34 which are ignored in Java 8 - instead there are options if you need to set it up like:
> * -XX:MetaspaceSize for initial size
> * -XX:MaxMetaspaceSize for maximum size (it is not required as the value is by default the max memory on runnning machine.
> Otherwise just remove them.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list