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 2023/03/26 01:08:13 UTC

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

Author: fanningpj
Date: Sun Mar 26 01:08:13 2023
New Revision: 1908719

URL: http://svn.apache.org/viewvc?rev=1908719&view=rev
Log:
increase heap in tests

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1908719&r1=1908718&r2=1908719&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sun Mar 26 01:08:13 2023
@@ -286,7 +286,7 @@ subprojects {
 
         // set heap size for the test JVM(s)
         minHeapSize = "128m"
-        maxHeapSize = "1G"
+        maxHeapSize = "2g"
 
 
         // Specifying the local via system properties did not work, so we set them this way
@@ -550,7 +550,7 @@ subprojects {
     spotbugs {
         ignoreFailures = true
         showStackTraces = false
-        maxHeapSize = '1g'
+        maxHeapSize = '2g'
     }
 
     build {



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