From b03c90191aa74571c632d09aebb5ef1534b7b5d7 Mon Sep 17 00:00:00 2001 From: Daniel Savu <23065004+daniel-savu@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:12:51 +0000 Subject: [PATCH] chore: increase relayer memory in helm chart (#3297) ### Description Updating the helm chart so we no longer exceed the requested memory. Checked the scraper and validators too and those have enough resources. ### Drive-by changes ### Related issues ### Backward compatibility ### Testing --- rust/helm/hyperlane-agent/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/helm/hyperlane-agent/values.yaml b/rust/helm/hyperlane-agent/values.yaml index 299cf0e63..7b2ca9de7 100644 --- a/rust/helm/hyperlane-agent/values.yaml +++ b/rust/helm/hyperlane-agent/values.yaml @@ -113,8 +113,8 @@ hyperlane: name: '' resources: requests: - cpu: 500m - memory: 256Mi + cpu: 1000m + memory: 1024Mi config: relayChains: '' multisigCheckpointSyncer: