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

build(dockerfile): Set GODEBUG=madvdontneed=1. #6955

Merged
merged 1 commit into from
Nov 24, 2020

Conversation

danielmai
Copy link
Contributor

@danielmai danielmai commented Nov 23, 2020

Set GODEBUG=madvdontneed=1 to lower Go RSS memory usage.

MADV_DONTNEED is the default behavior in the upcoming Go 1.16:
https://go-review.googlesource.com/c/go/+/267100/


This change is Reviewable

Set GODEBUG=madvdontneed=1 to lower Go RSS memory usage.

MADV_DONTNEED is the default behavior in the upcoming Go 1.16:
https://go-review.googlesource.com/c/go/+/267100/
@github-actions github-actions bot added the area/integrations Related to integrations with other projects. label Nov 23, 2020
@netlify
Copy link

netlify bot commented Nov 23, 2020

Deploy preview for dgraph-docs ready!

Built with commit e1ea876

https://deploy-preview-6955--dgraph-docs.netlify.app

Copy link
Contributor

@darkn3rd darkn3rd left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @manishrjain and @vvbalaji-dgraph)

@danielmai danielmai merged commit 9e15123 into release/v20.07 Nov 24, 2020
@danielmai danielmai deleted the danielmai/v20.07-madvdontneed branch November 24, 2020 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/integrations Related to integrations with other projects.
Development

Successfully merging this pull request may close these issues.

2 participants