From 6b7c66e45a4ffced8974de0b845e365853847f2c Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 27 Nov 2018 22:13:43 +0900 Subject: [PATCH] decrease opt-save-memory --- .../docker-fragments/opt-save-memory.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose-generator/docker-fragments/opt-save-memory.yml b/docker-compose-generator/docker-fragments/opt-save-memory.yml index 6e9cfb4..65266ab 100644 --- a/docker-compose-generator/docker-fragments/opt-save-memory.yml +++ b/docker-compose-generator/docker-fragments/opt-save-memory.yml @@ -5,19 +5,19 @@ version: "3" services: bitcoind: environment: - BITCOIN_EXTRA_ARGS: dbcache=300 + BITCOIN_EXTRA_ARGS: dbcache=200 bgoldd: environment: - BITCOIN_EXTRA_ARGS: dbcache=300 + BITCOIN_EXTRA_ARGS: dbcache=200 feathercoind: environment: - BITCOIN_EXTRA_ARGS: dbcache=300 + BITCOIN_EXTRA_ARGS: dbcache=200 groestlcoind: environment: - BITCOIN_EXTRA_ARGS: dbcache=300 + BITCOIN_EXTRA_ARGS: dbcache=200 litecoind: environment: - BITCOIN_EXTRA_ARGS: dbcache=300 + BITCOIN_EXTRA_ARGS: dbcache=200 viacoind: environment: - BITCOIN_EXTRA_ARGS: dbcache=300 \ No newline at end of file + BITCOIN_EXTRA_ARGS: dbcache=200 \ No newline at end of file