mirror of
https://github.com/redis/redis.git
synced 2026-04-29 18:20:21 -04:00
4 lines
113 B
Bash
4 lines
113 B
Bash
#!/bin/sh
|
|
|
|
# Immediately purge to minimize fragmentation.
|
|
export MALLOC_CONF="dirty_decay_ms:0,muzzy_decay_ms:0"
|