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"><<a href="mailto:algernon@balabit.hu">algernon@balabit.hu</a>></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 <<a href="mailto:gauthier.simon@gmail.com">gauthier.simon@gmail.com</a>> writes:<br>
<br>
> Hi, I am using syslog-ng 3.01 and I experience memory leak on SIGHUP. This<br>
> has been seen on a standard Fedora 10 system with syslog-ng 3.0.1 to<br>
> 3.0.10. the same test leak also with 3.3.1.<br>
><br>
> My syslog-ng.conf file has no rules in it.<br>
><br>
> A simple bash script sending a SIGHUP to the syslog-ng process will leak<br>
> memory at a fast face.<br>
><br>
> #!/bin/bash<br>
><br>
> while true; do<br>
> date<br>
> # $1 is syslog-ng pid<br>
> sudo /usr/bin/kill -1 $1<br>
> done<br>
><br>
> 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 &&<br>
make && 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>