mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
5 lines
113 B
Bash
5 lines
113 B
Bash
#!/bin/sh
|
|
|
|
# Immediately purge to minimize fragmentation.
|
|
export MALLOC_CONF="dirty_decay_ms:0,muzzy_decay_ms:0"
|