Skip to content

Commit 9f617cf

Browse files
committed
increase max mem to 224MB
1 parent a0e14bd commit 9f617cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addon_files/redmatic/etc/monit.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
CHECK PROCESS redmatic-nodered MATCHING '^node-red\s*$'
1+
CHECK PROCESS redmatic-nodered MATCHING '^node-red\s*$|red\.js'
22
GROUP redmatic
33
MODE PASSIVE
44
ONREBOOT NOSTART
55

6-
if memory usage > 200 MB then alert
6+
if memory usage > 224 MB then alert
77
if cpu > 90% for 2 cycles then alert
88
if disk write rate > 1 MB/s for 2 cycles then alert
99
if failed

0 commit comments

Comments
 (0)