QUOTE
Originally posted by 4PSA
Try to increase the file descriptors on your server using sysctl. This might solve the problem.
How i do that ?
Here is the file, but i never have touched this before..
[admin@dino admin]$ cat /etc/sysctl*
--------------------------------------
# Disables packet forwarding
net.ipv4.ip_forward=1
# Enables source route verification
net.ipv4.conf.default.rp_filter = 1
# Disables the magic-sysrq key
kernel.sysrq = 0
# Disables packet forwarding
net.ipv4.ip_forward=1
# Enables source route verification
net.ipv4.conf.default.rp_filter = 1
# Disables the magic-sysrq key
kernel.sysrq = 0
# Kernel sysctl configuration file for Red Hat Linux
#
# For binary values, 0 is disabled, 1 is enabled. See sysctl(

for
# more details.
# Controls IP packet forwarding
net.ipv4.ip_forward = 0
# Controls source route verification
net.ipv4.conf.default.rp_filter = 1
# Controls the System Request debugging functionality of the kernel
kernel.sysrq = 0
# Controls whether core dumps will append the PID to the core filename.
# Useful for debugging multi-threaded applications.
kernel.core_uses_pid = 1
---------------------------
i found this on google is that you mean ? i even not having this line in my current config, this server its a celery 1.3..an its 2.4. :-)
Depending on the kind of work your server will be doing, you might need to increase the maximum number of open files and inodes. (Under 2.4 is seems that fs.inode-max is automatic but under 2.2 you will need to increase it)
#fs.file-max = 16384
#fs.inode-max = 65536