You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Santi Saez <sa...@hostalia.com> on 2006/09/04 15:06:43 UTC

[users@httpd] host: isc_socket_create: not enough free resources

Hello :-)

I'm getting this error in a server with Fedora Core 3 running Apache  
1.3.37:

(..)
host: isc_socket_create: not enough free resources
host: isc_socket_create: not enough free resources
host: isc_socket_create: not enough free resources
(..)

Googling for this error I think that the problem is in maximun number  
of open sockets, I have increased to "16384" with ulimit command:

$ cat /etc/security/limits.conf
*  hard    nofile  16384
*  soft    nofile  16384

# ulimit -n 16384 ; apachectl restart

But I get the same error ;-(

Is the problem related to simultaneous number of open sockets?  
Perhaps the problem is related to another TCP/IP stack thing.. in  
this case any advice to solve this problem? There are a lot of  
parameters to tune related to TCP/IP in Linux and I'm a novice, Thanks!

Regards,

--
Santi Saez




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org