tor 2003-03-27 klockan 13.57 skrev atit jariwala: > Hello Squid users > > i found tag high_memory_warning in squid.conf.default > i gone through its meaning in conf file > it is linked to mallinfo() > > but i am not clear with mallinfo....... i also gone through FAQ section 8 > > does mallinfo() will includes all memory consumed by squid.... > > if i want to check total memory consumed by squid... how can this mallinfo() > will be useful?
yes. mallinfo is part of the malloc library which maintains memory allocations. See man mallinfo for a description of what mallinfo can tell. -- Henrik Nordstrom <[EMAIL PROTECTED]> MARA Systems AB, Sweden
