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:
Mononaut
2023-02-17 10:12:33 -06:00
parent d954b2f5e1
commit 41c7ee598d
2 changed files with 2 additions and 2 deletions

View File

@@ -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