aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-11-08 20:35:39 +0000
committerPJ Fanning <fanningpj@apache.org>2021-11-08 20:35:39 +0000
commit7739885b2fc3bd978998a9a30857a8ad3d0ac549 (patch)
treecad6a48bcf5583f478c411f0bf50f4209469a825
parentc9a094369034867314688b7567d0e2be0d685da1 (diff)
downloadpoi-7739885b2fc3bd978998a9a30857a8ad3d0ac549.tar.gz
poi-7739885b2fc3bd978998a9a30857a8ad3d0ac549.zip
remove MaxPermSize - no longer supported in java
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894847 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index b7042fcd77..5f31059e4a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,7 +1,7 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
# Less than 2G definitely slows things down. -XX:+HeapDumpOnOutOfMemoryError
-org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=512m -Dfile.encoding=UTF-8
+org.gradle.jvmargs=-Xmx2G -Dfile.encoding=UTF-8
# Activating will be much faster, but break the build of 'poi-ooxml-lite'
# @todo: look into poi-ooxml-lite task generateModuleInfo and enforce running whatever is needed before