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

Lukáš Valach (JIRA) issues at jboss.org
Thu Jan 5 10:34:00 EST 2017


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

Lukáš Valach commented on JBIDE-23657:
--------------------------------------

Verified, required changes has been done. 
But there are still unnecesary properties in https://github.com/jbosstools/jbosstools-build/blob/master/parent/pom.xml#L33-L34

Would you like to let it be or remove it?

> 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.AM1
>
>
> 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