5 lines
93 B
Bash
5 lines
93 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Immediately purge to minimize fragmentation.
|
||
|
export MALLOC_CONF="decay_time:-1"
|