Michael Luckey created BEAM-6635:
------------------------------------
Summary: Fix java.lang.OutOfMemoryError: Java heap space on gradle
5
Key: BEAM-6635
URL: https://issues.apache.org/jira/browse/BEAM-6635
Project: Beam
Issue Type: Bug
Components: build-system
Reporter: Michael Luckey
Assignee: Michael Luckey
With gradle 5
{noformat}
All workers, including compilers and test executors, now start with 512MB of
heap. The previous default was 1/4th of physical memory. Large projects may
have to increase this setting on the relevant tasks, e.g. JavaCompile or Test.
{noformat}
This change cause some of our test to fail.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)