mirror of https://github.com/apache/poi.git
remove MaxPermSize - no longer supported in java
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894847 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c9a0943690
commit
7739885b2f
|
@ -1,7 +1,7 @@
|
||||||
# Specifies the JVM arguments used for the daemon process.
|
# Specifies the JVM arguments used for the daemon process.
|
||||||
# The setting is particularly useful for tweaking memory settings.
|
# The setting is particularly useful for tweaking memory settings.
|
||||||
# Less than 2G definitely slows things down. -XX:+HeapDumpOnOutOfMemoryError
|
# 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'
|
# 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
|
# @todo: look into poi-ooxml-lite task generateModuleInfo and enforce running whatever is needed before
|
||||||
|
|
Loading…
Reference in New Issue