From 4a4a4d8e499b96d13a9c661fac570524c52efc4b Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 30 Nov 2020 17:16:50 -0800 Subject: [PATCH] Disable snapshot compression for run.sh to reduce system load --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index f2ffeaf4d8..549c6cb893 100755 --- a/run.sh +++ b/run.sh @@ -103,6 +103,7 @@ args=( --enable-rpc-exit --enable-rpc-transaction-history --init-complete-file "$dataDir"/init-completed + --snapshot-compression none --require-tower ) solana-validator "${args[@]}" &