From 956c546f3762e7edc2b997d9be98f02fc1d052e8 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sun, 14 Jul 2019 13:17:18 +0900 Subject: [PATCH] missing file --- .../docker-fragments/opt-more-memory.yml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docker-compose-generator/docker-fragments/opt-more-memory.yml diff --git a/docker-compose-generator/docker-fragments/opt-more-memory.yml b/docker-compose-generator/docker-fragments/opt-more-memory.yml new file mode 100644 index 0000000..ea75b8f --- /dev/null +++ b/docker-compose-generator/docker-fragments/opt-more-memory.yml @@ -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