1
0

opt-*-memory supported by doge

This commit is contained in:
nicolas.dorier
2021-05-26 13:33:44 +09:00
parent 92d9d840bc
commit 51b700209b
2 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
version: "3"
# If your machine has moar than 1GB of memory dedicated for bitcoind, use this
# If your machine has more than 1GB of memory dedicated for bitcoind, use this
services:
bitcoind:
@@ -10,6 +10,10 @@ services:
environment:
BITCOIN_EXTRA_ARGS: |
dbcache=1024
dogecoind:
environment:
DOGECOIN_EXTRA_ARGS: |
dbcache=1024
feathercoind:
environment:
BITCOIN_EXTRA_ARGS: |

View File

@@ -16,6 +16,11 @@ services:
BITCOIN_EXTRA_ARGS: |
dbcache=50
maxmempool=50
dogecoind:
environment:
DOGECOIN_EXTRA_ARGS: |
dbcache=50
maxmempool=50
feathercoind:
environment:
BITCOIN_EXTRA_ARGS: |