Give more memory to the control group

this allows backups to take more memory as part of the systemd group.
the node box code itself runs under little more constraints using
--max_old_space_size=150
This commit is contained in:
Girish Ramakrishnan
2018-12-20 10:44:40 -08:00
parent 1bb2552384
commit 6bdd7f7a57

View File

@@ -19,7 +19,7 @@ Environment="HOME=/home/yellowtent" "USER=yellowtent" "DEBUG=box*,connect-lastmi
KillMode=control-group
User=yellowtent
Group=yellowtent
MemoryLimit=200M
MemoryLimit=400M
TimeoutStopSec=5s
StartLimitInterval=1
StartLimitBurst=60