mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-14 19:41:33 +01:00
MINOR: activity: raise the default number of memprofile buckets to 4k
It was set to 1k by default but with the refinement of exec_ctx it's becoming short, so let's raise it now.
This commit is contained in:
parent
892adf3cc1
commit
f7820bcbaa
@ -601,7 +601,7 @@
|
||||
* store stats.
|
||||
*/
|
||||
#ifndef MEMPROF_HASH_BITS
|
||||
# define MEMPROF_HASH_BITS 10
|
||||
# define MEMPROF_HASH_BITS 12
|
||||
#endif
|
||||
#define MEMPROF_HASH_BUCKETS (1U << MEMPROF_HASH_BITS)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user