This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new a7d41a2bbc ISIS-2445: try to reduce memory pressure on high core count 
builds
a7d41a2bbc is described below

commit a7d41a2bbc529d9b6208b2562136441cf02a480a
Author: Andi Huber <[email protected]>
AuthorDate: Fri Nov 18 07:49:54 2022 +0100

    ISIS-2445: try to reduce memory pressure on high core count builds
    
    - surfire maxheap reduced 512m -> 384m
---
 bom/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 5e13fbff7e..51a19aad6d 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -414,7 +414,7 @@ It is therefore a copy of org.apache:apache, with 
customisations clearly identif
         <slf4j-api.version>2.0.4</slf4j-api.version> <!-- also provided by 
spring-boot-starter-logging, needed to solve convergence issues -->
         <spring-boot.version>2.7.5</spring-boot.version>
         <summernote.version>0.8.20</summernote.version>
-        <surefire-plugin.argLine>-Xmx512m</surefire-plugin.argLine>
+        <surefire-plugin.argLine>-Xmx384m</surefire-plugin.argLine>
         <swagger-core.version>1.6.9</swagger-core.version>
 
         <togglz.version>3.3.1</togglz.version>
@@ -1351,7 +1351,7 @@ It is therefore a copy of org.apache:apache, with 
customisations clearly identif
                 </property>
             </activation>
             <properties>
-                <surefire-plugin.argLine>@{argLine} 
-Xmx512m</surefire-plugin.argLine>
+                <surefire-plugin.argLine>@{argLine} 
-Xmx384m</surefire-plugin.argLine>
             </properties>
             <build>
                 <plugins>

Reply via email to