Skip to content

Comments

Make the Go garbage-collector more aggressive.#2347

Merged
AWoloszyn merged 1 commit intogoogle:masterfrom
AWoloszyn:aggressive-gc
Nov 2, 2018
Merged

Make the Go garbage-collector more aggressive.#2347
AWoloszyn merged 1 commit intogoogle:masterfrom
AWoloszyn:aggressive-gc

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