mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-09 02:37:23 +01:00
imonitor: increase questd memory limit to 20MB refs #13511
This commit is contained in:
parent
1e957aeabf
commit
0ad032158b
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ NPROC_COUNT=4 # number of time that the NPROC_LIMIT has to be hit to trigger a p
|
|||
NPROC_NFAIL=0 # current consecutive Number of FAILures. process restarts when NPROC_NFAIL == NPROC_COUNT
|
||||
|
||||
# memmory limit
|
||||
MEM_LIMIT=15000
|
||||
MEM_LIMIT=20000
|
||||
MEM_COUNT=4
|
||||
MEM_NFAIL=0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue