mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -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"
|