mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 16:48:27 -05:00
220a0f0880
git-subtree-dir: deps/jemalloc git-subtree-split: 886e40bb339ec1358a5ff2a52fdb782ca66461cb
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"
|