[
https://issues.apache.org/jira/browse/GEODE-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Baker closed GEODE-504.
-------------------------------
> 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-incubating.M1
>
>
> 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)