mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
5 lines
107 B
Bash
5 lines
107 B
Bash
#!/bin/sh
|
|
|
|
# Some screwy-looking slab sizes.
|
|
export MALLOC_CONF="slab_sizes:1-4096:17|100-200:1|128-128:2"
|