Sometimes, you will see this in your gateway log: INFO: Connector acceptedClient (:0) X.X.X.X (X.X.X.X:port) - data exceeds connection max limit 62914560 (r/w/d:0/0/68129361)
|
The connection buffer is used to temporarily store information that will be sent to a particular connection. In the case of the above message, the numbers 0/0/68129361 indicate that the current read and write buffers are empty (as it should be for a new connection) but the data that we are trying to send on that connection has a size of 68MB (68129361 in above message).
Some recommendations: |
Comments
0 comments
Please sign in to leave a comment.