mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-18 22:24:24 +01:00
limit mempoolsize
This commit is contained in:
@@ -4,19 +4,31 @@ version: "3"
|
||||
services:
|
||||
bitcoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: dbcache=200
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
dbcache=150
|
||||
maxmempool=100
|
||||
bgoldd:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: dbcache=200
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
dbcache=150
|
||||
maxmempool=100
|
||||
feathercoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: dbcache=200
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
dbcache=150
|
||||
maxmempool=100
|
||||
groestlcoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: dbcache=200
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
dbcache=150
|
||||
maxmempool=100
|
||||
litecoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: dbcache=200
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
dbcache=150
|
||||
maxmempool=100
|
||||
viacoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: dbcache=200
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
dbcache=150
|
||||
maxmempool=100
|
||||
Reference in New Issue
Block a user