Hi Bogdan.<br><br>Thanks for your answer.<br><br>The private memory has the default value; I did not changed.<br><br>My module list is:<br><br>loadmodule &quot;usrloc.so&quot;<br>loadmodule &quot;registrar.so&quot;<br>loadmodule &quot;
rr.so&quot;<br>loadmodule &quot;tm.so&quot;<br>loadmodule &quot;xlog.so&quot;<br>loadmodule &quot;mi_fifo.so&quot;<br>loadmodule &quot;domain.so&quot;<br>loadmodule &quot;nathelper.so&quot;<br>loadmodule &quot;textops.so&quot;
<br>loadmodule &quot;mediaproxy.so&quot;<br>loadmodule &quot;uri.so&quot;<br>loadmodule &quot;sl.so&quot;<br>loadmodule &quot;maxfwd.so&quot;<br>loadmodule &quot;mysql.so&quot;<br>loadmodule &quot;auth.so&quot;<br>loadmodule &quot;auth_db.so&quot;
<br>loadmodule &quot;uri_db.so&quot;<br>loadmodule &quot;avpops.so&quot;<br>loadmodule &quot;lcr.so&quot;<br>loadmodule &quot;uac_redirect.so&quot;<br>loadmodule &quot;alias_db.so&quot;<br>loadmodule &quot;acc.so&quot;<br>
loadmodule &quot;dialog.so&quot;<br>loadmodule &quot;statistics.so&quot;<br>loadmodule &quot;group.so&quot;<br>loadmodule &quot;group_radius.so&quot;<br>loadmodule &quot;avp_radius.so&quot;<br>loadmodule &quot;auth_radius.so&quot;
<br>loadmodule &quot;exec.so&quot;<br>loadmodule &quot;siptrace.so&quot;<br>loadmodule &quot;speeddial.so&quot;<br><br>Currently, I tried to use a different implementation of malloc function, which is provided for Solaris in a library called libmtmalloc; This is recommended for multithreaded programs specially, but I tried either, to see whether it improves the behaviour.
<br><br>Best regards.<br><br>Sergio G.<br><br><br><br><div class="gmail_quote">On Jan 15, 2008 12:00 PM, Bogdan-Andrei Iancu &lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Sergio,<br><br>all openser processes reserve uses the same amount of private memory (so<br>the timer process is not necessary different).<br>What is the private memory configured ? Is &nbsp;it the default value of 1M<br>(see 
config.h) ? If so, the internal private memory is not guilty for<br>this (as it cannot go over 1M).<br><br>What can happen is that some used libs (like libxml2) are leaking<br>dynamic memory (which is also allocated in heap). So, what module are
<br>you using?<br><br>Regards,<br>Bogdan<br><div><div></div><div class="Wj3C7c"><br>Sergio Gutierrez wrote:<br>&gt;<br>&gt; Hello everybody.<br>&gt;<br>&gt; Currently, I am watching a non normal behaviour in OpenSER 1.2.1
, no<br>&gt; tls. My operating System is Solaris 10, running on Sparc<br>&gt;<br>&gt; The process which appears as timer, is consuming almost the 50% of the<br>&gt; whole physical memory of the machine. After a deep inspection of
<br>&gt; memory distribution, appears that the most of memory consumption is at<br>&gt; process heap, as presented with pmap(1M) command:<br>&gt;<br>&gt; 1978: &nbsp; /toip/sbin/openser -n 9 -m 256 -f /toip/etc/openser/prueba1.cfg
<br>&gt; &nbsp;Address &nbsp;Kbytes &nbsp; &nbsp; RSS &nbsp; &nbsp;Anon &nbsp;Locked Mode &nbsp; Mapped File<br>&gt; 00010000 &nbsp; &nbsp; 760 &nbsp; &nbsp; 752 &nbsp; &nbsp; &nbsp; - &nbsp; &nbsp; &nbsp; - r-x-- &nbsp;openser<br>&gt; 000DC000 &nbsp; &nbsp; &nbsp;24 &nbsp; &nbsp; &nbsp;24 &nbsp; &nbsp; &nbsp;24 &nbsp; &nbsp; &nbsp; - rwx-- &nbsp;openser<br>&gt; 000E2000 &nbsp; &nbsp; &nbsp;56 &nbsp; &nbsp; &nbsp;32 &nbsp; &nbsp; &nbsp;24 &nbsp; &nbsp; &nbsp; - rwx-- &nbsp; &nbsp;[ anon ]
<br>&gt; 000F0000 &nbsp; &nbsp; 192 &nbsp; &nbsp; 128 &nbsp; &nbsp; &nbsp; - &nbsp; &nbsp; &nbsp; - rwx-- &nbsp;openser<br>&gt; 00120000 3906432 3906432 3627200 &nbsp; &nbsp; &nbsp; - rwx-- &nbsp; &nbsp;[ heap ]<br>&gt; EE800000 &nbsp;262144 &nbsp; &nbsp;3624 &nbsp; &nbsp; &nbsp; - &nbsp; &nbsp; &nbsp; - rw-s- &nbsp; &nbsp;[ anon ]<br>&gt;<br>&gt; ...<br>
&gt;<br>&gt; Thanks in advance for any hint about it.<br>&gt;<br>&gt; Best regards.<br>&gt;<br>&gt; Sergio Gutiérrez.<br>&gt; EPM Telecomunicaciones S.A. E.S.P.<br>&gt; Medellin, Colombia.<br></div></div>&gt; ------------------------------------------------------------------------
<br>&gt;<br>&gt; _______________________________________________<br>&gt; Users mailing list<br>&gt; <a href="mailto:Users@lists.openser.org">Users@lists.openser.org</a><br>&gt; <a href="http://lists.openser.org/cgi-bin/mailman/listinfo/users" target="_blank">
http://lists.openser.org/cgi-bin/mailman/listinfo/users</a><br>&gt;<br><br></blockquote></div><br>