Skip to content

Conversation

@upthewaterspout
Copy link
Contributor

The build scan plugin appears to be buffering all test output in memory, causing
the gradle daemon to run out of memory for DistributedTest. We're not even using
the build scan plugin by default. Removing this fixed the OOMEs.

Based on heap dumps from a gradle daemon that was close to running out
of memory, all of it's memory is full of build scan related objects,
including what looks like all of the test standard out.
@upthewaterspout
Copy link
Contributor Author

@rhoughton-pivot @smgoller

@jake-at-work
Copy link
Contributor

Well that’s not a very good design. Yes pull it!

Copy link
Contributor

@kirklund kirklund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@upthewaterspout upthewaterspout merged commit c435bc7 into apache:develop Aug 22, 2018
@upthewaterspout upthewaterspout deleted the feature/GEODE-5615-remove-build-scan branch August 22, 2018 23:24
@metatype
Copy link
Contributor

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants