Raise production memory limits
Increases maxmempool production bitcoin.conf setting to 2GB, and raises `npm run start-production` nodejs memory limit to 8GB
This commit is contained in:
@@ -5,7 +5,7 @@ listen=1
|
||||
discover=1
|
||||
par=16
|
||||
dbcache=8192
|
||||
maxmempool=1337
|
||||
maxmempool=4096
|
||||
mempoolexpiry=999999
|
||||
maxconnections=42
|
||||
onion=127.0.0.1:9050
|
||||
|
||||
Reference in New Issue
Block a user