A newer release of this product is available.
socket.limit events
Contributors
Suggest changes
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
socket.limit.exceeded
- Severity
-
NOTICE
- Description
-
This message occurs when the operating system is unable to allocate a new socket because that would exceed the maximum open sockets.
- Corrective Action
-
(None).
- Syslog Message
-
The operating system was unable to allocate a socket. The number of open sockets is %d and the limit is %d.
- Parameters
-
num_open_sockets (INT): The number of open sockets.
max_sockets (INT): The maximum allowed number of open sockets.