Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
muzammil360 committed May 3, 2024
1 parent 472d488 commit b2ead02
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b2ead02

Please sign in to comment.