This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new bac9943b344 [FLINK-28004][ci] Reduce heap memory consumption by 25%
bac9943b344 is described below
commit bac9943b344005b9beb142adf84138fb1773fca4
Author: Chesnay Schepler <[email protected]>
AuthorDate: Wed Jun 8 14:09:59 2022 +0200
[FLINK-28004][ci] Reduce heap memory consumption by 25%
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index fda2acda80e..13f48c46bb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,11 +108,11 @@ under the License.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<hadoop.version>2.8.5</hadoop.version>
- <flink.XmxMax>4096m</flink.XmxMax>
+ <flink.XmxMax>3072m</flink.XmxMax>
<!-- XmxMax / forkCountITCase -->
- <flink.XmxITCase>2048m</flink.XmxITCase>
+ <flink.XmxITCase>1536m</flink.XmxITCase>
<!-- XmxMax / forkCountUnitTest -->
- <flink.XmxUnitTest>1024m</flink.XmxUnitTest>
+ <flink.XmxUnitTest>768m</flink.XmxUnitTest>
<!-- Need to use a user property here because the surefire
forkCount is not exposed as a property. With this we
can set
it on the "mvn" commandline in travis. -->