Skip to content

Commit

Permalink
set compactor memory limits
Browse files Browse the repository at this point in the history
  • Loading branch information
MasslessParticle committed Feb 15, 2024
1 parent 1f9f9a6 commit b80f3f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions production/ksonnet/loki/shipper.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
container.mixin.readinessProbe.httpGet.withPort($._config.http_listen_port) +
container.mixin.readinessProbe.withTimeoutSeconds(1) +
k.util.resourcesRequests('4', '2Gi') +
k.util.resourcesLimits(null, '32Gi') +
container.withEnvMixin($._config.commonEnvs)
else {},

Expand Down

0 comments on commit b80f3f3

Please sign in to comment.