You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2016/01/08 05:41:46 UTC

[jira] [Updated] (GEODE-504) Remove MaxPermSize references

     [ https://issues.apache.org/jira/browse/GEODE-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker updated GEODE-504:
--------------------------------
    Fix Version/s: 1.0.0-alpha1

> Remove  MaxPermSize references 
> -------------------------------
>
>                 Key: GEODE-504
>                 URL: https://issues.apache.org/jira/browse/GEODE-504
>             Project: Geode
>          Issue Type: Improvement
>            Reporter: William Markito Oliveira
>            Assignee: William Markito Oliveira
>             Fix For: 1.0.0-alpha1
>
>
> Clear these warnings in our build due to this property.
> {code}
> MaxPermSize=256M; support was removed in 8.0
> Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
> {code}
> A simple grep on the codebase return the following entries:
> {code}
> build.gradle:        jvmArgs = ['-XX:+HeapDumpOnOutOfMemoryError', '-XX:MaxPermSize=256M', '-ea']
> gemfire-core/src/test/java/dunit/standalone/ProcessManager.java:      "-XX:MaxPermSize=256M",
> gemfire-core/src/test/java/dunit/standalone/ProcessManager.java:      "-XX:MaxPermSize=256M",
> gemfire-spark-connector/.idea/workspace.xml:      <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)