Hello all!
I have a MySQL Load Balacer with ldirectord. Here my config file:
=====================
# Global Directives
checktimeout=10
checkinterval=2
autoreload=no
logfile="/var/log/ldirectord.log"
#logfile="local0"
quiescent=no
virtual = 192.168.0.9:3306
service = mysql
real = 192.168.0.2:3306 gate
real = 192.168.0.3:3306 gate
checktype = negotiate
login = "ldirector"
passwd = "*****"
database = "ldirectordb"
request = "SELECT * FROM connectioncheck"
scheduler = wrr
=================
And it works fine, but I can see that the memory used by the
ldirector process grows linearly, until crash the server some days
after...
Why could be the cause?
Here the versions:
- Ubuntu Kernel 2.6.15-26-amd64-server
- ipvsadm 1.24+1.21-1.1ubuntu3
- ldirectord-2 2.0.2-5
- perl 5.8.7-10ubuntu1
Thanks!
|