Skip to content

Commit

Permalink
Merge pull request #845 from nlake44/increase-mem-limit
Browse files Browse the repository at this point in the history
Increased mem limit
  • Loading branch information
shatterednirvana committed Jan 2, 2014
2 parents 6762a20 + dc24eb8 commit 771ca1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/templates/monit_template.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ check process {0}-{3} matching "{1}"
group {0}
start program = "/bin/bash -c '{4} {1} 1>>/var/log/appscale/{0}-{3}.log 2>>/var/log/appscale/{0}-{3}.log'"
stop program = "{2}"
if totalmem > 250 MB for 3 cycles then restart
if totalmem > 500 MB for 3 cycles then restart

0 comments on commit 771ca1c

Please sign in to comment.