mirror of
https://github.com/redis/redis.git
synced 2026-04-15 14:30:06 -04:00
5 lines
110 B
Bash
5 lines
110 B
Bash
#!/bin/sh
|
|
|
|
if [ "x${enable_fill}" = "x1" ] ; then
|
|
export MALLOC_CONF="abort:false,zero:false,junk:alloc"
|
|
fi
|