process limit not overide by other , group not overide by "any" #66
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.
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