You should increase the number of file descriptors from the 1024 default.
Having a higher number of file descriptors ensures that the WebLogic Server can open sockets under high load and not abort requests coming in from clients.
To increase the number of file descriptors on Linux:
* soft nofile 4096 * hard nofile 8192The character "*" is a wildcard that identifies all users.