Browse Source

remove MaxPermSize - no longer supported in java

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894847 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_2_0
PJ Fanning 2 years ago
parent
commit
7739885b2f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      gradle.properties

+ 1
- 1
gradle.properties View File

@@ -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

Loading…
Cancel
Save