<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Sorry that I mistyped the library
function. It should be g_atomic_pointer_add (not
g_atomic_pointer_and).<br>
<br>
<br>
On 06/05/2017 10:33 AM, Scheidler, Balázs wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CANWQT2Mkwjb9Gb7LPhCpCF=ekjfPfXUDTbmSW6BhWRPiHffw-w@mail.gmail.com">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<div dir="auto">
<div>I'll check if that dependency can be removed. <br>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Jun 4, 2017 9:04 AM, "Czanik,
Péter" <<a href="mailto:peter.czanik@balabit.com"
moz-do-not-send="true">peter.czanik@balabit.com</a>>
wrote:<br type="attribution">
<blockquote class="quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div>SLES 11 is also affected: <a
href="https://github.com/balabit/syslog-ng/issues/1403#issuecomment-290195851"
target="_blank" moz-do-not-send="true">https://github.com/balabit/<wbr>syslog-ng/issues/1403#<wbr>issuecomment-290195851</a><br>
<br>
</div>
<div>Both SLES 11 and RHEL 6 are ancient but still
used at many places. Actually about a year ago both
still had more installations than SLES 12 or RHEL 7.<br>
</div>
<div><br>
</div>
Bye,<br>
</div>
<div class="gmail_extra">
<div class="quoted-text"><br clear="all">
<div>
<div class="m_-3623592861625969265gmail_signature"
data-smartmail="gmail_signature">
<div dir="ltr">
<div>Peter Czanik (CzP) <<a
href="mailto:peter.czanik@balabit.com"
target="_blank" moz-do-not-send="true">peter.czanik@balabit.com</a>><br>
Balabit / syslog-ng upstream<br>
<a
href="https://www.balabit.com/blog/author/peterczanik/"
target="_blank" moz-do-not-send="true">https://www.balabit.com/blog/<wbr>author/peterczanik/</a><br>
<a href="https://twitter.com/PCzanik"
target="_blank" moz-do-not-send="true">https://twitter.com/PCzanik</a></div>
</div>
</div>
</div>
<br>
</div>
<div class="gmail_quote">
<div class="elided-text">On Sun, Jun 4, 2017 at 1:07
AM, Evan Rempel <span dir="ltr"><<a
href="mailto:erempel@uvic.ca" target="_blank"
moz-do-not-send="true">erempel@uvic.ca</a>></span>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="elided-text">
<div text="#000000" bgcolor="#FFFFFF">
<div
class="m_-3623592861625969265m_3269219158485858039moz-cite-prefix">So
it looks like the latest git head no longer
compiles on Redhat 6. It is using
g_atomic_pointer_and which requires glib2
2.30+ and Redhat 6 only has glib2 2.28<br>
<br>
Looks like I will not be able to test this
:-( nor get this issue fixed in our
infrastructure.<span
class="m_-3623592861625969265HOEnZb"><font
color="#888888"><br>
<br>
Evan.</font></span>
<div>
<div class="m_-3623592861625969265h5"><br>
<br>
On 06/03/2017 02:08 PM, Scheidler,
Balázs wrote:<br>
</div>
</div>
</div>
<div>
<div class="m_-3623592861625969265h5">
<blockquote type="cite">
<div dir="ltr">My guess that it is
related to #1517 instead, albeit stats
counters were worked on recently. If
#1517 does not fix this, please report
it again.<br>
<br>
</div>
<div class="gmail_extra"><br clear="all">
<div>
<div
class="m_-3623592861625969265m_3269219158485858039gmail_signature"
data-smartmail="gmail_signature">
<div dir="ltr">-- <br>
Bazsi<br>
</div>
</div>
</div>
<br>
<div class="gmail_quote">On Wed, May
31, 2017 at 9:02 AM, Fekete, Róbert
<span dir="ltr"><<a
href="mailto:robert.fekete@balabit.com"
target="_blank"
moz-do-not-send="true">robert.fekete@balabit.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote"
style="margin:0 0 0
.8ex;border-left:1px #ccc
solid;padding-left:1ex">
<div dir="ltr">There is also this
issue that might be related
(don't know if it is solved by
the above PR or not): <a
href="https://github.com/balabit/syslog-ng/issues/1494"
target="_blank"
moz-do-not-send="true">https://github.com/balab<wbr>it/syslog-ng/issues/1494</a></div>
<div
class="m_-3623592861625969265m_3269219158485858039HOEnZb">
<div
class="m_-3623592861625969265m_3269219158485858039h5">
<div class="gmail_extra"><br>
<div class="gmail_quote">On
Wed, May 31, 2017 at 8:28
AM, Czanik, Péter <span
dir="ltr"><<a
href="mailto:peter.czanik@balabit.com"
target="_blank"
moz-do-not-send="true">peter.czanik@balabit.com</a>></span>
wrote:<br>
<blockquote
class="gmail_quote"
style="margin:0 0 0
.8ex;border-left:1px
#ccc
solid;padding-left:1ex">
<div dir="ltr">
<div>Hi,<br>
<br>
<a
href="https://github.com/balabit/syslog-ng/pull/1505"
target="_blank"
moz-do-not-send="true">https://github.com/balabit/sys<wbr>log-ng/pull/1505</a>
seems to address
memory problems. If
you use my git head
packages, I can add
this patch for you
and see if it
resolves your
problems.<br>
<br>
</div>
Bye,<br>
</div>
<div class="gmail_extra"><br
clear="all">
<div>
<div
class="m_-3623592861625969265m_3269219158485858039m_3534716397979335024m_-5022234213406696407gmail_signature"
data-smartmail="gmail_signature">
<div dir="ltr">
<div>Peter
Czanik (CzP)
<<a
href="mailto:peter.czanik@balabit.com"
target="_blank" moz-do-not-send="true">peter.czanik@balabit.com</a>><br>
Balabit /
syslog-ng
upstream<br>
<a
href="https://www.balabit.com/blog/author/peterczanik/"
target="_blank" moz-do-not-send="true">https://www.balabit.com/blog/a<wbr>uthor/peterczanik/</a><br>
<a
href="https://twitter.com/PCzanik"
target="_blank" moz-do-not-send="true">https://twitter.com/PCzanik</a></div>
</div>
</div>
</div>
<div>
<div
class="m_-3623592861625969265m_3269219158485858039m_3534716397979335024h5">
<br>
<div
class="gmail_quote">On
Wed, May 31,
2017 at 4:28 AM,
Evan Rempel <span
dir="ltr"><<a
href="mailto:erempel@uvic.ca" target="_blank" moz-do-not-send="true">erempel@uvic.ca</a>></span>
wrote:<br>
<blockquote
class="gmail_quote"
style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">We
are running
git head
download post
3.9.1 and the
memory
footprint
seems to
continually
grow.<br>
<br>
Looking at the
statistics for
queued
messages I
found none,
but discovered
that we have
nearly 22,000<br>
statistic sets
for a total of
68195 tracked
statistics.<br>
%
/usr/local/sbin/syslog-ng-ctl
stats | wc -l<br>
68195<br>
<br>
It it possible
that all of
these
statistics
take up a
non-trivial
amount of RAM?<br>
<br>
USER PID
%CPU %MEM
VSZ RSS TTY
STAT
START TIME
COMMAND<br>
root 1489
79.2 61.5 <a
href="tel:%281%29%20213%204140" value="+3612134140" target="_blank"
moz-do-not-send="true">12134140</a>
<a
href="tel:%281%29%20013%209760"
value="+3610139760" target="_blank" moz-do-not-send="true">10139760</a>
? Ssl Apr24
41581:22
/usr/local/sbin/syslog-ng<br>
<br>
That is a 12GB
footprint
after 1 month
of uptime.<br>
<br>
Evan.</blockquote>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</blockquote>
<br>
</body>
</html>