From eefca38e89a6318bb76b089f9f7e25e6a73279b2 Mon Sep 17 00:00:00 2001 From: Joe Clapis Date: Mon, 22 May 2023 16:46:57 -0400 Subject: [PATCH 1/2] Removed build-block-parallel from Prysm --- install/scripts/start-bn.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/scripts/start-bn.sh b/install/scripts/start-bn.sh index 4caeb6f..6378922 100755 --- a/install/scripts/start-bn.sh +++ b/install/scripts/start-bn.sh @@ -223,7 +223,6 @@ if [ "$CC_CLIENT" = "prysm" ]; then --eth1-header-req-limit 150 \ --jwt-secret=/secrets/jwtsecret \ --api-timeout 600 \ - --build-block-parallel \ $BN_ADDITIONAL_FLAGS" if [ ! -z "$MEV_BOOST_URL" ]; then From 804e7a0128805287619b0d5b90ce2ad864355891 Mon Sep 17 00:00:00 2001 From: Joe Clapis Date: Tue, 23 May 2023 03:30:38 -0400 Subject: [PATCH 2/2] Added a new LH flag --- install/scripts/start-bn.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/scripts/start-bn.sh b/install/scripts/start-bn.sh index 6378922..1541a57 100755 --- a/install/scripts/start-bn.sh +++ b/install/scripts/start-bn.sh @@ -72,6 +72,7 @@ if [ "$CC_CLIENT" = "lighthouse" ]; then --http-allow-sync-stalled \ --execution-jwt=/secrets/jwtsecret \ --always-prefer-builder-payload \ + --historic-state-cache-size 2 \ $BN_ADDITIONAL_FLAGS" # Performance tuning for ARM systems