loki : reduce meomry and cpu

This commit is contained in:
Fabrice Didon 2024-09-11 22:55:40 +02:00
parent c6b659350e
commit 15f07fa8f7

View File

@ -35,15 +35,15 @@ singleBinary:
replicas: 1 replicas: 1
resources: resources:
limits: limits:
cpu: 3 cpu: 2
memory: 4Gi memory: 2Gi
requests: requests:
cpu: 2 cpu: 2
memory: 2Gi memory: 2Gi
extraEnv: extraEnv:
# Keep a little bit lower than memory limits # Keep a little bit lower than memory limits
- name: GOMEMLIMIT - name: GOMEMLIMIT
value: 3750MiB value: 2000MiB
chunksCache: chunksCache:
# default is 500MB, with limited memory keep this smaller # default is 500MB, with limited memory keep this smaller