Skip to content

Commit

Permalink
increase max mem to 224MB
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed May 15, 2019
1 parent a0e14bd commit 9f617cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon_files/redmatic/etc/monit.cfg
@@ -1,9 +1,9 @@
CHECK PROCESS redmatic-nodered MATCHING '^node-red\s*$'
CHECK PROCESS redmatic-nodered MATCHING '^node-red\s*$|red\.js'
GROUP redmatic
MODE PASSIVE
ONREBOOT NOSTART

if memory usage > 200 MB then alert
if memory usage > 224 MB then alert
if cpu > 90% for 2 cycles then alert
if disk write rate > 1 MB/s for 2 cycles then alert
if failed
Expand Down

0 comments on commit 9f617cf

Please sign in to comment.