From ff6a18f28aef6bb8cdda5a0771c4ab1381dc701b Mon Sep 17 00:00:00 2001 From: Tle Ekkul Date: Tue, 25 Jan 2022 18:26:32 +0700 Subject: [PATCH] fixed bug that will not increase the memory usage on SLPDB --- templates/compose.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose.template b/templates/compose.template index 551cc77..ea51883 100644 --- a/templates/compose.template +++ b/templates/compose.template @@ -189,7 +189,7 @@ services: - rpc_port={{ rpc_port }} - rpc_user={{ config.local_node.rpc_conf.username }} - zmq_incoming_host=bch-node - - NODE_OPTIONS="--max-old-space-size=16384" + - NODE_OPTIONS=--max-old-space-size=16384 restart: always networks: - {{ config.docker_network }}