diff --git a/production/ksonnet/loki/wal.libsonnet b/production/ksonnet/loki/wal.libsonnet index 8f63977742db..8cb0730753c1 100644 --- a/production/ksonnet/loki/wal.libsonnet +++ b/production/ksonnet/loki/wal.libsonnet @@ -12,7 +12,7 @@ wal+: { enabled: true, dir: '/loki/wal', - replay_memory_ceiling: '9GB', // between the requests & limits + replay_memory_ceiling: '7GB', // should be set upto ~50% of available memory }, }, }),