Hi, I've had rsyslog running for a few months now and everything seemed to be normal except for a netstream error that appeared every hour or so (i posted about this is another thread, but so far have been unable to find anything relating to the error in the logs). My setup is as such:
1 rsyslog server
Centos 5.3
Rsyslog 3.20.6
logging to mysql
also running phplogcon 2.6.2
3 rsyslog clients on LAN
Centos 5.3
rsyslogd 3.20.4
logging via TLS over TCP
1 rsyslog client remote
Centos 5.3
rsyslog 3.20.4
logging via TLS over TCP
The issue is that rsyslog ramps up to full memory usage on the server machine until it starts swapping like crazy and then eventually killing the rsyslog process. I've tried setting the stack limit lower and buffering the input to the mysql database but it doesn't seem to be doing anything. The only error messages I get are the OOM messages when I do a dmesg.
I've also tried upgrading to the devel versions of rsyslog like 4.3.0 but I don't have gnutls version 2. Centos 5's rpm is 1.4.something.
Any ideas or things I'm missing?

