I've set ulimit -n 20000 maxconn in defaults is 16384 and still somehow when i check the stats page,maxconn is limited to 10000, sure enough requests start piling up.
any suggestions on where else to look? i'm sure it's an OS thing, so:
Fedora 10 x86_64 16GB of RAM
this command doesn't turn anything up
find /proc/sys/net/ipv4 -type f -exec cat {} \; | grep 10000
(also dmesg shows nf_conntrack: table full, dropping packet.) which i
think is another problem. might be time to switch to a *BSD.

