<nabble_img src="ES.jpg" border="0"/>
Hi,
I have set up that the max limit of open files is 32000 through the "/etc/security/limits.conf" file which like this:
#
#
#* soft core 0
#* hard rss 10000
#@student hard nproc 20
#@faculty soft nproc 20
#@faculty hard nproc 50
#ftp hard nproc 0
#@student - maxlogins 4
* soft nofile 32000
* hard nofile 32000
why it still produce such problem? Is there someone else have encountered this problem?