Start of change

6027-1761 [W] The number of sockets (nMonitoredSocks) monitored by a receiver thread exceeds the threshold (nSocksThreshold). Set maxReceiverThreads parameter to increase the number of receiver threads. (Max:nMaxReceivers).

Explanation

The number of sockets monitored by a receiver thread exceeds the threshold, which might be indicating that the receiver thread is overloaded.

User response

Run the mmchconfig maxReceiverThreads=nMaxReceivers command to increase the number of receiver threads.
End of change