Skip to content

Commit

Permalink
reduce memory limit to something sensible
Browse files Browse the repository at this point in the history
  • Loading branch information
MasslessParticle committed Feb 16, 2024
1 parent 00f3097 commit b4599d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/ksonnet/loki/shipper.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +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') +
k.util.resourcesLimits(null, '4Gi') +
container.withEnvMixin($._config.commonEnvs)
else {},

Expand Down

0 comments on commit b4599d9

Please sign in to comment.