opt-*-memory supported by doge
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
version: "3"
|
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:
|
services:
|
||||||
bitcoind:
|
bitcoind:
|
||||||
@@ -10,6 +10,10 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: |
|
BITCOIN_EXTRA_ARGS: |
|
||||||
dbcache=1024
|
dbcache=1024
|
||||||
|
dogecoind:
|
||||||
|
environment:
|
||||||
|
DOGECOIN_EXTRA_ARGS: |
|
||||||
|
dbcache=1024
|
||||||
feathercoind:
|
feathercoind:
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: |
|
BITCOIN_EXTRA_ARGS: |
|
||||||
|
|||||||
@@ -16,6 +16,11 @@ services:
|
|||||||
BITCOIN_EXTRA_ARGS: |
|
BITCOIN_EXTRA_ARGS: |
|
||||||
dbcache=50
|
dbcache=50
|
||||||
maxmempool=50
|
maxmempool=50
|
||||||
|
dogecoind:
|
||||||
|
environment:
|
||||||
|
DOGECOIN_EXTRA_ARGS: |
|
||||||
|
dbcache=50
|
||||||
|
maxmempool=50
|
||||||
feathercoind:
|
feathercoind:
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: |
|
BITCOIN_EXTRA_ARGS: |
|
||||||
|
|||||||
Reference in New Issue
Block a user