mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 18:56:59 +01:00
Raise maximum memory in seed node cron script
It seems to reach 350M easily.
This commit is contained in:
parent
12f5317fac
commit
826a28a7eb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
# Exit with status 2 if there were restarted daemons.
|
||||
#
|
||||
# Author: Ivan Vilata-i-Balaguer <ivan@selidor.net>
|
||||
MAX_RSS_MiB=350
|
||||
MAX_RSS_MiB=400
|
||||
|
||||
PIDDIR=/var/run/bitsquare-sn
|
||||
INITDIR=/etc/init.d
|
||||
|
|
Loading…
Add table
Reference in a new issue