From 7137e174aeff5ddaae0b657737adf6440efac62a Mon Sep 17 00:00:00 2001 From: Rub21 Date: Mon, 13 Nov 2023 15:18:52 +0700 Subject: [PATCH 1/3] Update osm-seed version and add shared memory size --- ohm/requirements.yaml | 2 +- values.staging.template.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ohm/requirements.yaml b/ohm/requirements.yaml index ec57d80e..06d0341f 100644 --- a/ohm/requirements.yaml +++ b/ohm/requirements.yaml @@ -1,4 +1,4 @@ dependencies: - name: osm-seed - version: '0.1.0-n807.h2a372ea' + version: '0.1.0-n808.hbf9aacf' repository: https://devseed.com/osm-seed-chart/ diff --git a/values.staging.template.yaml b/values.staging.template.yaml index 922ee173..9ddcb54f 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -130,6 +130,7 @@ osm-seed: minReplicas: 2 maxReplicas: 10 cpuUtilization: 80 + sharedMemorySize: 512Mi # ==================================================================================================== # Variables for memcached. Memcached is used to store session cookies # ==================================================================================================== From e1fbc98b50dbfacd08bfa7ea56932a27fdf3a24a Mon Sep 17 00:00:00 2001 From: Rub21 Date: Mon, 13 Nov 2023 15:58:23 +0700 Subject: [PATCH 2/3] Rreduce shared memory size for staging --- values.staging.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.staging.template.yaml b/values.staging.template.yaml index 9ddcb54f..fd13ddfc 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -130,7 +130,7 @@ osm-seed: minReplicas: 2 maxReplicas: 10 cpuUtilization: 80 - sharedMemorySize: 512Mi + sharedMemorySize: 1Mi # ==================================================================================================== # Variables for memcached. Memcached is used to store session cookies # ==================================================================================================== From baaf61a74cd9866618dd414b4a6ba2ba696c2748 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Tue, 14 Nov 2023 09:39:28 +0700 Subject: [PATCH 3/3] Add values for shared memory size --- values.production.template.yaml | 2 ++ values.staging.template.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/values.production.template.yaml b/values.production.template.yaml index a0a2b96e..e1499e06 100644 --- a/values.production.template.yaml +++ b/values.production.template.yaml @@ -120,6 +120,8 @@ osm-seed: minReplicas: 2 maxReplicas: 10 cpuUtilization: 80 + sharedMemorySize: 512Mi + # ==================================================================================================== # Variables for memcached. Memcached is used to store session cookies # ==================================================================================================== diff --git a/values.staging.template.yaml b/values.staging.template.yaml index fd13ddfc..f158e085 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -130,7 +130,7 @@ osm-seed: minReplicas: 2 maxReplicas: 10 cpuUtilization: 80 - sharedMemorySize: 1Mi + sharedMemorySize: 128Mi # ==================================================================================================== # Variables for memcached. Memcached is used to store session cookies # ====================================================================================================