[
https://issues.apache.org/jira/browse/BEAM-4848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553705#comment-16553705
]
Jan Peuker commented on BEAM-4848:
----------------------------------
In case it helps: For me this even happens building locally regardless of
building tests or not, on MacOS 10.13.6, JDK 1.8.0_151 consuming 3.24GB of RAM
on a 16GB machine
Regular build fails with:
{{Execution failed for task ':rat'.}}
{{ > java.lang.OutOfMemoryError: Java heap space}}
Gradle check fails with:
{{Execution failed for task ':rat'.}}
{{> java.lang.OutOfMemoryError: GC overhead limit exceeded}}
Looking at the failures of rat, I wonder if it has something to do with parsing
dependencies:
{{> Task :rat
{{skipping symbolic link .... -- too many levels of symbolic links.}}
{{skipping symbolic link ...-- too many levels of symbolic links.}}
{{Expiring Daemon because JVM Tenured space is exhausted}}
More similar errors are in Python:
{{> Task :beam-sdks-python:lintPy27}}
{{Running flake8 for module apache_beam gen_protos.py setup.py
test_config.py:}}
{{Expiring Daemon because JVM Tenured space is exhausted}}
> GC overhead limit exceeded in Java Pre and PostCommit tests
> -----------------------------------------------------------
>
> Key: BEAM-4848
> URL: https://issues.apache.org/jira/browse/BEAM-4848
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Rui Wang
> Priority: Major
>
> Right now, Beam Java PreCommit and PostCommit tests are failing due GC
> issues.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)