I am running the 2.6.18 kernel on our servers with a directord and 2
realservers running LVS-NAT for DNS queries. Everything works great
but we cranked up the traffic to about 18000 queries sent to the
director. Each query is 91 bytes and each response is about 290 bytes
for a total of about 5.5 megabytes/second of data.
It runs for awhile but then an error comes out "IPVS: ip_vs_conn_new: no
memory available."This error comes out about 5-6 times and
then the server boots. Has anyone else seen this? I tested this back
with the 2.4 kernel and and was running 32000 queries and the director
was up and stable.
Here's my ldirectord config file.
# Global Directives
checktimeout=10
checkinterval=2
autoreload=yes
logfile="/var/tmp/ldirectord.log"
quiescent=yes
virtual=192.168.67.213:53
real=192.168.67.217:53 masq
real=192.168.67.216:53 masq
ops=yes
service=mysql
checkport=3306
scheduler=rr
protocol=udp
checktype=negotiate
database="databasename"
login="user"
passwd="passwd"
request="SELECT * FROM table;"
|