diff --git a/terraform/gitops/generate-files/templates/monitoring/install/values-loki.yaml.tpl b/terraform/gitops/generate-files/templates/monitoring/install/values-loki.yaml.tpl index 014cc358d..694baefc8 100644 --- a/terraform/gitops/generate-files/templates/monitoring/install/values-loki.yaml.tpl +++ b/terraform/gitops/generate-files/templates/monitoring/install/values-loki.yaml.tpl @@ -77,6 +77,9 @@ memcachedchunks: args: # medium profile memory-limit: 1536Mi. Setting value slightly below that. # See https://github.com/memcached/memcached/wiki/ConfiguringServer#commandline-arguments + # We only updated memory-limit and max-item-size + # We did not add extended params related to external store because as of now, we keep all our cache in memory. + # We did not change "aggressive" configs for memcache client in loki since memcache is completely RAM backed as of now. - "--memory-limit=1400" # max memory limit for all cached items in mega bytes - "--max-item-size=2m" # max memory limit for a single item nodeAffinityPreset: