Skip to content

Commit

Permalink
jemalloc lg_tcache_max:15
Browse files Browse the repository at this point in the history
Changed lg_tcache_max:17 to lg_tcache_max:15 to reduce jemalloc memory footprint on system with low memory
  • Loading branch information
renecannao committed Feb 5, 2016
1 parent 2ea4149 commit 912a03c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 912a03c

Please sign in to comment.