commit 0c9bce402552ddb0be33f554f880f1fe78718342
parent 668dcc6d44a7fb0fc095d4479c9f08bd3fe96b94
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 28 Oct 2023 13:12:18 +0200
More realistic size of ram usage
Diffstat:
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: 9Gi
+ memory: 5Gi
limits:
cpu: 2000m
- memory: 15Gi
+ memory: 10Gi
postgresql:
version: "15"
parameters: