mirror of
https://github.com/PurpleComputing/scim-examples.git
synced 2026-02-19 04:52:34 +00:00
4 lines
267 B
Bash
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" |