skip tcache GC for tcache_max unit test
This commit is contained in:
parent
8477ec9562
commit
a1fcbebb18
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
export MALLOC_CONF="tcache_max:1024"
|
||||
export MALLOC_CONF="tcache_max:1024,tcache_gc_incr_bytes:939524096"
|
||||
|
|
Loading…
Reference in New Issue