Hi,<br><br>the last snapshot you provided is leaking about 1% of the memory per minutes (2Gig on the machine). I use the same setup.<br><br>It is leaking a lot faster than 3.0.1.<br><br>Thanks<br><br>Simon Gauthier<br><br>
<div class="gmail_quote">On Tue, Nov 1, 2011 at 2:55 PM, Gergely Nagy <span dir="ltr">&lt;<a href="mailto:algernon@balabit.hu">algernon@balabit.hu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">Simon Gauthier &lt;<a href="mailto:gauthier.simon@gmail.com">gauthier.simon@gmail.com</a>&gt; writes:<br>
<br>
&gt; Hi, I am using syslog-ng 3.01 and I experience memory leak on SIGHUP. This<br>
&gt; has been seen on a standard Fedora 10 system with syslog-ng 3.0.1 to<br>
&gt; 3.0.10. the same test leak also with 3.3.1.<br>
&gt;<br>
&gt; My syslog-ng.conf file has no rules in it.<br>
&gt;<br>
&gt; A simple bash script sending a SIGHUP to the syslog-ng process will leak<br>
&gt; memory at a fast face.<br>
&gt;<br>
&gt; #!/bin/bash<br>
&gt;<br>
&gt; while true; do<br>
&gt;     date<br>
&gt;          # $1 is syslog-ng pid<br>
&gt;          sudo /usr/bin/kill -1 $1<br>
&gt;         done<br>
&gt;<br>
&gt; Any idea about, that?<br>
<br>
</div></div>Not sure about anything before 3.3, but there have been numerous leak<br>
fixes post 3.3.1.<br>
<br>
Could you perhaps try a recent git snapshot?<br>
<br>
Or, if you prefer make dist tarballs (so you only need to ./configure &amp;&amp;<br>
make &amp;&amp; make install, pretty much), then the following address has a git<br>
snapshot (built around every midnight, but I triggered a rebuild a<br>
couple of hours ago):<br>
 <a href="http://packages.madhouse-project.org/syslog-ng/3.3/syslog-ng-3.3-HEAD.tar.gz" target="_blank">http://packages.madhouse-project.org/syslog-ng/3.3/syslog-ng-3.3-HEAD.tar.gz</a><br>
<font color="#888888"><br>
--<br>
|8]<br>
<br>
______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
</font></blockquote></div><br>