This is caused by the small open file limitation on Ubuntu Linux system.
You can add following value into configuration file in /etc/security/limits.conf
jacky soft nofile 2048
jacky hard nofile 4096
This changing will let the user(jacky) can open files up to 4096.
Then the "too many open file" error will go out.
沒有留言:
張貼留言