Hi Sergio,
all openser processes reserve uses the same amount of private memory (so
the timer process is not necessary different).
What is the private memory configured ? Is it the default value of 1M
(see config.h) ? If so, the internal private memory is not guilty for
this (as it cannot go over 1M).
What can happen is that some used libs (like libxml2) are leaking
dynamic memory (which is also allocated in heap). So, what module are
you using?
Regards,
Bogdan
Sergio Gutierrez wrote:
Hello everybody.
Currently, I am watching a non normal behaviour in OpenSER 1.2.1, no
tls. My operating System is Solaris 10, running on Sparc
The process which appears as timer, is consuming almost the 50% of the
whole physical memory of the machine. After a deep inspection of
memory distribution, appears that the most of memory consumption is at
process heap, as presented with pmap(1M) command:
1978: /toip/sbin/openser -n 9 -m 256 -f /toip/etc/openser/prueba1.cfg
Address Kbytes RSS Anon Locked Mode Mapped File
00010000 760 752 - - r-x-- openser
000DC000 24 24 24 - rwx-- openser
000E2000 56 32 24 - rwx-- [ anon ]
000F0000 192 128 - - rwx-- openser
00120000 3906432 3906432 3627200 - rwx-- [ heap ]
EE800000 262144 3624 - - rw-s- [ anon ]
...
Thanks in advance for any hint about it.
Best regards.
Sergio GutiƩrrez.
EPM Telecomunicaciones S.A. E.S.P.
Medellin, Colombia.
------------------------------------------------------------------------
_______________________________________________
Users mailing list
Users(a)lists.openser.org
http://lists.openser.org/cgi-bin/mailman/listinfo/users