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

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


The following commit(s) were added to refs/heads/master by this push:
     new bae91b2d0d reduce GHA runner JVM mem footprint (#8997)
bae91b2d0d is described below

commit bae91b2d0d4b7acd3eb66e0a90e391e5fcb5c651
Author: Rong Rong <[email protected]>
AuthorDate: Wed Jun 29 17:35:59 2022 -0700

    reduce GHA runner JVM mem footprint (#8997)
    
    * reduce GHA runner JVM mem footprint
    
    Co-authored-by: Rong Rong <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b1cc8dd375..06c1c425bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@
         <activeByDefault>false</activeByDefault>
       </activation>
       <properties>
-        <argLine>-Xms8g -Xmx8g -Dlog4j2.configurationFile=log4j2.xml</argLine>
+        <argLine>-Xms4g -Xmx4g -Dlog4j2.configurationFile=log4j2.xml</argLine>
       </properties>
     </profile>
     <!-- jfim: this profile is overridden in pinot-integration-tests -->


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to