"Too many open files" ERROR on IBM WebSphere Portal 7 startup (CentOS, RHEL, Fedora)

Temporary fix:
ulimit -n 65536

Permanent fix:

1. Edit /etc/security/limits.conf
2. Add the folowing lines:
  *    soft    nofile    65536
  *    hard    nofile    65536
3. Reboot

NOTE: It seems that 65536 might be a better value.
In some cases 10240 still gives 'Too many open files' error.

Comments

Post a Comment

Popular posts from this blog

Ant Example: Check if a directory is empty or if specific file exists.

Creating Portlets without RAD (IBM WebSphere Portal 8)

IBM RAF: Create a Websphere Application Server restart project