Files
scim-examples/docker/compose/redis.env
De Ville Weppenaar e86f41a46d update docker compose
2022-04-12 08:19:32 -07:00

4 lines
267 B
Bash

# Set the arguments passed to Redis:
# - maxmemory configures Redis to use a specified amount of memory for the data set
# - maxmemory-policy is the eviction policy used when the maximum memory is reached
REDIS_ARGS="--maxmemory 256mb --maxmemory-policy volatile-lru"