From 93cd2a26b944371ebc9fb47fcb46555b8e0f5973 Mon Sep 17 00:00:00 2001 From: red Date: Sat, 10 May 2025 14:37:37 -0400 Subject: [PATCH] update resources and config --- manifests/postgres/configmap.yaml | 2 +- manifests/postgres/deployment.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/manifests/postgres/configmap.yaml b/manifests/postgres/configmap.yaml index 4a36ec7..1681808 100644 --- a/manifests/postgres/configmap.yaml +++ b/manifests/postgres/configmap.yaml @@ -42,7 +42,7 @@ data: default_statistics_target = 100 random_page_cost = 1.1 effective_io_concurrency = 200 - work_mem = 2621kB + work_mem = 5041kB huge_pages = off min_wal_size = 1GB max_wal_size = 4GB diff --git a/manifests/postgres/deployment.yaml b/manifests/postgres/deployment.yaml index aafcd30..186069d 100644 --- a/manifests/postgres/deployment.yaml +++ b/manifests/postgres/deployment.yaml @@ -43,9 +43,6 @@ spec: key: postgres-password resources: requests: - memory: "1Gi" - cpu: "200m" - limits: memory: "4Gi" cpu: "800m" volumes: