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

Bump up runtime-spec dependency to v1.0.0 #431

Merged
merged 1 commit into from
Jul 20, 2017

Conversation

mrunalp
Copy link
Contributor

@mrunalp mrunalp commented Jul 19, 2017

@opencontainers/runtime-tools-maintainers PTAL
Signed-off-by: Mrunal Patel mrunalp@gmail.com

@vbatts
Copy link
Member

vbatts commented Jul 19, 2017

LGTM

Approved with PullApprove

@@ -604,6 +598,12 @@ func (g *Generator) SetLinuxResourcesMemorySwappiness(swappiness uint64) {
g.spec.Linux.Resources.Memory.Swappiness = &swappiness
}

// SetLinuxResourcesDisableOOMKiller sets g.spec.Linux.Resources.Memory.DisableOOMKiller.
func (g *Generator) SetLinuxResourcesDisableOOMKiller(disable bool) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you want to use SetLinuxResourcesMemoryDisableOOMKiller to match these?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
@vbatts
Copy link
Member

vbatts commented Jul 19, 2017

LGTM

Approved with PullApprove

1 similar comment
@hqhq
Copy link
Contributor

hqhq commented Jul 20, 2017

LGTM

Approved with PullApprove

@hqhq hqhq merged commit 2d270b8 into opencontainers:master Jul 20, 2017
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