Anzahl maxmimal geöffneter Dateien setzen
/etc/security/limits.conf
username hard nofile 50000 username soft nofile 50000
/usr/include/bits/typesizes.h oder /usr/include/bits/types.h
#define __FD_SETSIZE 50000
Zu überprüfen mit:
ulimit -n
jump to: Search / User Tools / Main Content / Change Content Width
Eisscholle.net
username hard nofile 50000 username soft nofile 50000
#define __FD_SETSIZE 50000
ulimit -n