[
https://issues.apache.org/jira/browse/BEAM-4847?focusedWorklogId=126999&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-126999
]
ASF GitHub Bot logged work on BEAM-4847:
----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Jul/18 01:24
Start Date: 25/Jul/18 01:24
Worklog Time Spent: 10m
Work Description: tweise closed pull request #6054: [BEAM-4847] Reduce
Gradle JVM Xmx to 4g to fix Jenkins build failures.
URL: https://github.com/apache/beam/pull/6054
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/.test-infra/jenkins/CommonJobProperties.groovy
b/.test-infra/jenkins/CommonJobProperties.groovy
index 4373e1a4728..8ca6a4ed84a 100644
--- a/.test-infra/jenkins/CommonJobProperties.groovy
+++ b/.test-infra/jenkins/CommonJobProperties.groovy
@@ -189,9 +189,9 @@ class CommonJobProperties {
// Ensure that parallel workers don't exceed total available memory.
- // For [BEAM-4847], hardcode Xms and Xmx to reasonable values (3g/8g).
- context.switches("-Dorg.gradle.jvmargs=-Xms3g")
- context.switches("-Dorg.gradle.jvmargs=-Xmx8g")
+ // For [BEAM-4847], hardcode Xms and Xmx to reasonable values (2g/4g).
+ context.switches("-Dorg.gradle.jvmargs=-Xms2g")
+ context.switches("-Dorg.gradle.jvmargs=-Xmx4g")
}
// Sets common config for PreCommit jobs.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 126999)
Time Spent: 3h 10m (was: 3h)
> Java PreCommit is flaky: Expiring Daemon because JVM Tenured space is
> exhausted
> -------------------------------------------------------------------------------
>
> Key: BEAM-4847
> URL: https://issues.apache.org/jira/browse/BEAM-4847
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Reporter: Boyuan Zhang
> Assignee: Alan Myrvold
> Priority: Major
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
> Java PreCommit seems like flaky:
> https://builds.apache.org/job/beam_PreCommit_Java_Commit/505/console
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)