From 15f07fa8f79709a8912c830a4893e6eef2750174 Mon Sep 17 00:00:00 2001 From: Fabrice Didon Date: Wed, 11 Sep 2024 22:55:40 +0200 Subject: [PATCH] loki : reduce meomry and cpu --- loki/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/loki/values.yaml b/loki/values.yaml index f5959aa..970be8f 100644 --- a/loki/values.yaml +++ b/loki/values.yaml @@ -35,15 +35,15 @@ singleBinary: replicas: 1 resources: limits: - cpu: 3 - memory: 4Gi + cpu: 2 + memory: 2Gi requests: cpu: 2 memory: 2Gi extraEnv: # Keep a little bit lower than memory limits - name: GOMEMLIMIT - value: 3750MiB + value: 2000MiB chunksCache: # default is 500MB, with limited memory keep this smaller