Stephan Ewen created FLINK-1253:
-----------------------------------
Summary: Tests occasionally die with GarbageCollectionOverhead
exceeded
Key: FLINK-1253
URL: https://issues.apache.org/jira/browse/FLINK-1253
Project: Flink
Issue Type: Bug
Components: Build System
Affects Versions: 0.8-incubating
Reporter: Stephan Ewen
Priority: Minor
Fix For: 0.8-incubating
I have seen tests occasionally dying from GC Overhead Limit exceeded exception.
I assume it happens because we reuse the JVMs across tests in the unit tests,
possibly some test artifacts linger.
I suggest to add the {{-XX:-UseGCOverheadLimit}} option to the tests, so that
they do not break on the build server.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)