Browse Source

limit mempoolsize

feature/auto_ssh
nicolas.dorier 6 years ago
parent
commit
d8ac5e4daa
  1. 24
      docker-compose-generator/docker-fragments/opt-save-memory.yml

24
docker-compose-generator/docker-fragments/opt-save-memory.yml

@ -4,19 +4,31 @@ version: "3"
services: services:
bitcoind: bitcoind:
environment: environment:
BITCOIN_EXTRA_ARGS: dbcache=200 BITCOIN_EXTRA_ARGS: |
dbcache=150
maxmempool=100
bgoldd: bgoldd:
environment: environment:
BITCOIN_EXTRA_ARGS: dbcache=200 BITCOIN_EXTRA_ARGS: |
dbcache=150
maxmempool=100
feathercoind: feathercoind:
environment: environment:
BITCOIN_EXTRA_ARGS: dbcache=200 BITCOIN_EXTRA_ARGS: |
dbcache=150
maxmempool=100
groestlcoind: groestlcoind:
environment: environment:
BITCOIN_EXTRA_ARGS: dbcache=200 BITCOIN_EXTRA_ARGS: |
dbcache=150
maxmempool=100
litecoind: litecoind:
environment: environment:
BITCOIN_EXTRA_ARGS: dbcache=200 BITCOIN_EXTRA_ARGS: |
dbcache=150
maxmempool=100
viacoind: viacoind:
environment: environment:
BITCOIN_EXTRA_ARGS: dbcache=200 BITCOIN_EXTRA_ARGS: |
dbcache=150
maxmempool=100
Loading…
Cancel
Save