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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new dfe15c1e6 increase Xmx in builds (#448)
dfe15c1e6 is described below

commit dfe15c1e6a158a6387868f0548c123206675d521
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Feb 6 20:04:41 2024 +0100

    increase Xmx in builds (#448)
---
 .github/workflows/check-build-test.yml          | 6 +++---
 .github/workflows/nightly-pekko-1.1-builds.yaml | 2 +-
 .github/workflows/publish-1.0-docs.yml          | 2 +-
 .github/workflows/publish-nightly.yml           | 2 +-
 .jvmopts                                        | 3 ++-
 5 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/check-build-test.yml 
b/.github/workflows/check-build-test.yml
index 37090ad17..5135bc59d 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -19,7 +19,7 @@ jobs:
     name: Compile, Code Style, Binary Compatibility
     runs-on: ubuntu-20.04
     env:
-      JAVA_OPTS: -Xms2G -Xmx2G -Xss2M -XX:ReservedCodeCacheSize=256M 
-Dfile.encoding=UTF-8
+      JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M 
-Dfile.encoding=UTF-8
 
     steps:
       - name: Checkout
@@ -44,7 +44,7 @@ jobs:
     name: ScalaDoc, Documentation with Paradox
     runs-on: ubuntu-20.04
     env:
-      JAVA_OPTS: -Xms2G -Xmx2G -Xss2M -XX:ReservedCodeCacheSize=256M 
-Dfile.encoding=UTF-8
+      JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M 
-Dfile.encoding=UTF-8
 
     steps:
       - name: Checkout
@@ -126,7 +126,7 @@ jobs:
           - { connector: xml }
 
     env:
-      JAVA_OPTS: -Xms2G -Xmx2G -Xss2M -XX:ReservedCodeCacheSize=256M 
-Dfile.encoding=UTF-8
+      JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M 
-Dfile.encoding=UTF-8
 
     steps:
       - name: Checkout
diff --git a/.github/workflows/nightly-pekko-1.1-builds.yaml 
b/.github/workflows/nightly-pekko-1.1-builds.yaml
index a22dd6f67..db5cc0fe9 100644
--- a/.github/workflows/nightly-pekko-1.1-builds.yaml
+++ b/.github/workflows/nightly-pekko-1.1-builds.yaml
@@ -21,7 +21,7 @@ jobs:
       matrix:
         JDK: [ 8, 11, 17 ]
     env:
-      JAVA_OPTS: -Xms2G -Xmx2G -Xss2M -XX:ReservedCodeCacheSize=256M 
-Dfile.encoding=UTF-8
+      JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M 
-Dfile.encoding=UTF-8
 
     steps:
       - name: Checkout
diff --git a/.github/workflows/publish-1.0-docs.yml 
b/.github/workflows/publish-1.0-docs.yml
index 6c604ce16..07080faef 100644
--- a/.github/workflows/publish-1.0-docs.yml
+++ b/.github/workflows/publish-1.0-docs.yml
@@ -10,7 +10,7 @@ jobs:
     name: Publish
     runs-on: ubuntu-20.04
     env:
-      JAVA_OPTS: -Xms2G -Xmx2G -Xss2M -XX:ReservedCodeCacheSize=256M 
-Dfile.encoding=UTF-8
+      JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M 
-Dfile.encoding=UTF-8
     steps:
       - name: Checkout
         uses: actions/checkout@v4
diff --git a/.github/workflows/publish-nightly.yml 
b/.github/workflows/publish-nightly.yml
index 864870fec..792427a9d 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -12,7 +12,7 @@ jobs:
     name: Publish
     runs-on: ubuntu-20.04
     env:
-      JAVA_OPTS: -Xms2G -Xmx2G -Xss2M -XX:ReservedCodeCacheSize=256M 
-Dfile.encoding=UTF-8
+      JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M 
-Dfile.encoding=UTF-8
     steps:
       - name: Checkout
         uses: actions/checkout@v4
diff --git a/.jvmopts b/.jvmopts
index f4b54928e..78a0c2a1d 100644
--- a/.jvmopts
+++ b/.jvmopts
@@ -1,3 +1,4 @@
 -Dfile.encoding=UTF8
 -Xms1g
--Xss6M
\ No newline at end of file
+-Xmx3g
+-Xss6M


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

Reply via email to