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

process limit not overide by other , group not overide by "any" #66

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dynamikdev
Copy link

Permit to continue to work as expected but permit also to specify one process or one group with a highter memorylimit

memmon check for process , if a config is specified for , check memory and continue with the next process.
Thats seems to be strange that specify a specific value for a process can be overide by the "any" value or "group" value

exemple :
memmon -p proc=600MB -p gp=400MB -a 200MB
in this case :
proc can run to 600MB , any or group not restart him
gp can run to 400MB , any not restart him
every other process are limited to 200MB.

before this commit , "any" restart proc and gp if they run over 200Mb

…ess or one group with a highter memorylimit

 memmon check for process , if a config is specified for , check memory and continue with the next process.
 Thats seems to be strange that specify a specific value for a process can be overide by the "any" value or "group" value
@mnaberez mnaberez added the memmon label Sep 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants