On 05/23/2017 06:16 PM, Victor Seva wrote:
core: fix mem_summary comparation when SIGUSR1 is received
From
http://www.kamailio.org/wiki/cookbooks/4.4.x/core#mem_summary
1 - dump all the pkg used blocks (status)
2 - dump all the shm used blocks (status)
4 - summary of pkg used blocks
8 - summary of shm used blocks
There were several messages in the ML about SIGUSR1 and memlog not
working when I tried myself I notice it wasn't. I dug a bit and found
out the values of mem_summary comparation were wrong.
I will backport this fix to 4.4 and 5.0 tomorrow if no one objects