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

Adding resource limit support #15

Merged
merged 1 commit into from
May 14, 2019
Merged

Conversation

omesser
Copy link
Contributor

@omesser omesser commented May 14, 2019

Adding manofest.py image support for the following docker run args:
MEM:
--memory=
--memory-swap=
--memory-swappiness=
--memory-reservation=
--kernel-memory=
--oom-kill-disable=

CPU:
--cpus=<value>
--cpu-period=<value>
--cpu-quota=<value>
--cpuset-cpus= - already available
--cpu-shares=

See
https://docs.docker.com/config/containers/resource_constraints/

@omesser omesser requested a review from Hedingber May 14, 2019 11:13
Copy link
Contributor

@Hedingber Hedingber left a comment

Choose a reason for hiding this comment

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

Looks pretty straightforward, approved

@omesser
Copy link
Contributor Author

omesser commented May 14, 2019

Also tested and verified manually, no automated tests yet, I'm afraid

@omesser omesser merged commit 4696e24 into v3io:development May 14, 2019
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.

2 participants