[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 09:04:00 EST 2016


Marek Novotny created JBIDE-23657:
-------------------------------------

             Summary: 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
            Reporter: Marek Novotny


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