You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/11/08 20:35:39 UTC

svn commit: r1894847 - /poi/trunk/gradle.properties

Author: fanningpj
Date: Mon Nov  8 20:35:39 2021
New Revision: 1894847

URL: http://svn.apache.org/viewvc?rev=1894847&view=rev
Log:
remove MaxPermSize - no longer supported in java

Modified:
    poi/trunk/gradle.properties

Modified: poi/trunk/gradle.properties
URL: http://svn.apache.org/viewvc/poi/trunk/gradle.properties?rev=1894847&r1=1894846&r2=1894847&view=diff
==============================================================================
--- poi/trunk/gradle.properties (original)
+++ poi/trunk/gradle.properties Mon Nov  8 20:35:39 2021
@@ -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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org