jemalloc lg_tcache_max:15

Changed lg_tcache_max:17 to lg_tcache_max:15 to reduce jemalloc memory footprint on system with low memory
pull/480/head
René Cannaò 10 years ago
parent 2ea4149b0b
commit 912a03c591

@ -103,7 +103,7 @@ static volatile int load_;
__thread l_sfp *__thr_sfp=NULL;
const char *malloc_conf = "xmalloc:true,lg_tcache_max:17";
const char *malloc_conf = "xmalloc:true,lg_tcache_max:15";
int listen_fd;
int socket_fd;

Loading…
Cancel
Save