mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-05 06:36:19 +01:00
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
# Set the maximum memory usage
|
|
maxmemory 2GB
|
|
|
|
# Evict old keys instead of growing
|
|
maxmemory-policy allkeys-lru
|
|
|
|
# Disable disk persistence
|
|
appendonly no
|
|
save ""
|
|
|
|
# Optional: reduce fragmentation
|
|
activedefrag yes
|