Decrease memory of opt-save-memory
This commit is contained in:
@@ -5,35 +5,35 @@ services:
|
|||||||
bitcoind:
|
bitcoind:
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: |
|
BITCOIN_EXTRA_ARGS: |
|
||||||
dbcache=150
|
dbcache=50
|
||||||
maxmempool=100
|
maxmempool=50
|
||||||
bgoldd:
|
bgoldd:
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: |
|
BITCOIN_EXTRA_ARGS: |
|
||||||
dbcache=150
|
dbcache=50
|
||||||
maxmempool=100
|
maxmempool=50
|
||||||
feathercoind:
|
feathercoind:
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: |
|
BITCOIN_EXTRA_ARGS: |
|
||||||
dbcache=150
|
dbcache=50
|
||||||
maxmempool=100
|
maxmempool=50
|
||||||
groestlcoind:
|
groestlcoind:
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: |
|
BITCOIN_EXTRA_ARGS: |
|
||||||
dbcache=150
|
dbcache=50
|
||||||
maxmempool=100
|
maxmempool=50
|
||||||
litecoind:
|
litecoind:
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: |
|
BITCOIN_EXTRA_ARGS: |
|
||||||
dbcache=150
|
dbcache=50
|
||||||
maxmempool=100
|
maxmempool=50
|
||||||
viacoind:
|
viacoind:
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: |
|
BITCOIN_EXTRA_ARGS: |
|
||||||
dbcache=150
|
dbcache=50
|
||||||
maxmempool=100
|
maxmempool=50
|
||||||
monacoind:
|
monacoind:
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: |
|
BITCOIN_EXTRA_ARGS: |
|
||||||
dbcache=150
|
dbcache=50
|
||||||
maxmempool=100
|
maxmempool=50
|
||||||
|
|||||||
Reference in New Issue
Block a user