On 16/02/2012 8:16 p.m., Sebastian Muniz wrote:
Hello all.
I am trying to understand how Squid allocates resources.
It is weir for me that the General Runtime Information shows negative
values!
You can check it here: http://pastebin.com/EyVPB3Qu
It is a bug or a problem in my installation?
Thanks
Sebastian
mallinfo() suffers from 32-bit wrap problems. Negative numbers are
normal there on 64-bit systems.
"Memory accounted for" is generated from the mem_pools accounting. Did
you disable mem_pools?
Amos