Merged
Conversation
Member
|
semaphoreci failure was unrelated (apt-get trouble), I restarted the build. bionic-s390x is also unrelated: boot-and-services FAIL stderr: Failed to dump process list for '[email protected]', ignoring: Unit [email protected] not loaded. |
poettering
reviewed
Jun 11, 2018
man/systemd.resource-control.xml
Outdated
|
|
||
| <listitem> | ||
| <para>Specify the memory usage protection of the executed processes in this unit. If the memory usages of | ||
| this unit and all its ancestors are below their min boundaries, this unit's memory won't be reclaimed.</para> |
Member
There was a problem hiding this comment.
maybe not abbreviate "minimum" here as "min"?
Member
|
this looks good to me, but let's wait until v239 is out before we merge this. |
Member
|
@htejun 239 has been released now. Any chance you can fix the "min" issue mentioned, in the docs. Looks good to merge then! |
facebook-github-bot
pushed a commit
to facebookarchive/rpm-backports
that referenced
this pull request
Jun 26, 2018
Summary: New upstream release, plus backports of systemd/systemd#9244 systemd/systemd#9247 and systemd/systemd#9410 Reviewed By: jaymzh Differential Revision: D8609874 fbshipit-source-id: a620516cb7bc4305b144c811aa5eac5d19dc8274
The kernel added support for a new cgroup memory controller knob memory.min in
bf8d5d52ffe8 ("memcg: introduce memory.min") which was merged during v4.18
merge window.
Add MemoryMin to support memory.min.
Contributor
Author
|
Anything else needed to get this merged? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The kernel added support for a new cgroup memory controller knob memory.min in
bf8d5d52ffe8 ("memcg: introduce memory.min") which was merged during v4.18
merge window.
Add MemoryLow to support memory.min.