Skip to content

Commit

Permalink
reduce replay flush threshold (#3496)
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d authored Mar 16, 2021
1 parent e71d33b commit d42e5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/ksonnet/loki/wal.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
},
}),
Expand Down

0 comments on commit d42e5a2

Please sign in to comment.