5112d9e5fd
This actually enables us to change the values.
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"
|