From e2653350c7bbb5a19e6305cadc13d7af86aa44ca Mon Sep 17 00:00:00 2001 From: Ivan Vilata-i-Balaguer Date: Thu, 21 Apr 2016 13:27:00 +0200 Subject: [PATCH] Lowering max RSS to trigger restart of seed node daemon We haven't seen it get 512M, bt it seems to stabilise around 300M, so leave a little room more. --- doc/bitsquare-sn.cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bitsquare-sn.cron.sh b/doc/bitsquare-sn.cron.sh index 7cd28053ed..d9683cafa4 100755 --- a/doc/bitsquare-sn.cron.sh +++ b/doc/bitsquare-sn.cron.sh @@ -8,7 +8,7 @@ # Exit with status 2 if there were restarted daemons. # # Author: Ivan Vilata-i-Balaguer -MAX_RSS_MiB=512 +MAX_RSS_MiB=350 PIDDIR=/var/run/bitsquare-sn INITDIR=/etc/init.d