mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
4 lines
107 B
Bash
4 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"
|