From 8e631f5d424a35ab7280826cee0de41a2f64064a Mon Sep 17 00:00:00 2001 From: Valeriy Svydenko Date: Tue, 11 Oct 2022 10:58:35 +0300 Subject: [PATCH] chore: increase default memory limit for embedded openvsx registry to 4Gi (#1534) Signed-off-by: Valerii Svydenko Signed-off-by: Valerii Svydenko --- pkg/common/constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/common/constants/constants.go b/pkg/common/constants/constants.go index 1526de31e..cdec1a837 100644 --- a/pkg/common/constants/constants.go +++ b/pkg/common/constants/constants.go @@ -34,7 +34,7 @@ const ( // PluginRegistry DefaultPluginRegistryMemoryLimit = "256Mi" - DefaultPluginRegistryMemoryLimitEmbeddedOpenVSXRegistry = "2Gi" + DefaultPluginRegistryMemoryLimitEmbeddedOpenVSXRegistry = "4Gi" DefaultPluginRegistryMemoryRequest = "32Mi" DefaultPluginRegistryMemoryRequestEmbeddedOpenVSXRegistry = "512Mi" DefaultPluginRegistryCpuLimit = "500m"