Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the Go garbage-collector more aggressive. #2347

Merged
merged 1 commit into from
Nov 2, 2018

Conversation

AWoloszyn
Copy link
Contributor

This will make the go GC more aggressive in collecting
objects, this provides a significant reduction in
our peak memory usage, and prevents some OOM cases.

The performance implications of this are fairly minimal,
(<5%) but the memory savings are sigificant (25-30% reduction
of peak memory usage)

This will make the go GC more aggressive in collecting
objects, this provides a significant reduction in
our peak memory usage, and prevents some OOM cases.

The performance implications of this are fairly minimal,
(<5%) but the memory savings are sigificant (25-30% reduction
of peak memory usage)
@AWoloszyn AWoloszyn merged commit 57b6896 into google:master Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants