mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Fix binshard.sh by specifying bin_shards for all sizes.
This commit is contained in:
parent
fd60645260
commit
1818170c8d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export MALLOC_CONF="narenas:1,bin_shards:1-160:16|129-512:4|256-256:8"
|
export MALLOC_CONF="narenas:1,bin_shards:1-160:16|129-512:4|256-256:8|513-8070450532247928832:1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue