mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-18 17:44:21 +01:00
Add opt-moar-memory to increase dbcache to 1GB in bitcoin.conf (#168)
This commit is contained in:
committed by
Nicolas Dorier
parent
2d207d332a
commit
2c030da58d
@@ -0,0 +1,32 @@
|
||||
version: "3"
|
||||
# If your machine has moar than 1GB of memory dedicated for bitcoind, use this
|
||||
|
||||
services:
|
||||
bitcoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
dbcache=1024
|
||||
bgoldd:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
dbcache=1024
|
||||
feathercoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
dbcache=1024
|
||||
groestlcoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
dbcache=1024
|
||||
litecoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
dbcache=1024
|
||||
viacoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
dbcache=1024
|
||||
monacoind:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
dbcache=1024
|
||||
Reference in New Issue
Block a user