You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2021/08/23 19:50:51 UTC

svn commit: r1892551 - /poi/trunk/build.gradle

Author: kiwiwings
Date: Mon Aug 23 19:50:51 2021
New Revision: 1892551

URL: http://svn.apache.org/viewvc?rev=1892551&view=rev
Log:
Increase general max heap size to cover also integration tests demands

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1892551&r1=1892550&r2=1892551&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Mon Aug 23 19:50:51 2021
@@ -222,7 +222,7 @@ subprojects {
 
         // set heap size for the test JVM(s)
         minHeapSize = "128m"
-        maxHeapSize = "768m"
+        maxHeapSize = "1512m"
 
         // Specifying the local via system properties did not work, so we set them this way
         jvmArgs << [



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