You can achieve similar results without sacrificing performance, by tweaking the tcp parameters on sysctl as well, for example to recycle the tcp sockets.
Besides, maybe the application's taking too much time to respond? Regards, Alex On Tue, Mar 2, 2010 at 12:23 PM, Gabor Maros <[email protected]>wrote: > > Hi, > > This happened to me many times before, but I could not able to solve it by > increasing open files parameter in sysctl neither worked by ulimit command > (I have a RHEL 5 64bit box ). The last thing what helped to me (I know it > is > just a workaround) is giving the following configure option: > --disable-keepalive (it has overhead, but it closes open network > connections, so you won't have too many open files). > > Bye, > Gabor > > > That's not a kannel problem, but regular Linux sysadmin stuff. > > You're getting too many open files, so the system can't open more > files/sockets and your smsbox dies. You need to increase the number of open > files with the ulimit command or by setting it on sysctl.conf > > Anyway, I'd also check your web application to see if you're having > performance issues. Most of the time that kind of problem is caused by the > web application taking too much time to answer, so your number of > connections increases more and more. > > Hope it helps, > > Alex > > On Tue, Mar 2, 2010 at 7:27 AM, Sandesh Waman // Viva < > [email protected]> wrote: > > > -- > View this message in context: > http://old.nabble.com/SMS-box-stopping-frequently-tp27752575p27754723.html > Sent from the Kannel - User mailing list archive at Nabble.com. > > >
