commit 05533c16f26237b12692c57cd188c72b327f191b parent fe52ba0b98e64202d8821d1ba3b945117d3ac573 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 20 Jul 2023 15:59:09 +0200 Raise mem limit Diffstat:
| M | infrastructure/configs/postgres-clusters.yaml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml @@ -31,10 +31,10 @@ spec: resources: requests: cpu: 150m - memory: 6Gi + memory: 9Gi limits: cpu: 4000m - memory: 9Gi + memory: 25Gi postgresql: version: "15" parameters: