1
0

Add electrumx low memory config (#284)

This commit is contained in:
Luke Childs
2020-04-14 10:34:09 +07:00
committed by GitHub
parent 3621906edc
commit dc28dfe133

View File

@@ -7,6 +7,10 @@ services:
BITCOIN_EXTRA_ARGS: |
dbcache=50
maxmempool=50
electrumx:
environment:
- CACHE_MB=50
- MAX_SESSIONS=100
bgoldd:
environment:
BITCOIN_EXTRA_ARGS: |