Explain size limit for transport messages (#65803)
If a node receives an unreasonably large transport message then it
rejects it and closes the connection. This can occur if, for instance, a
rather small node tries to join a cluster with a rather oversized
cluster state. The message logged in this case says that the message is
too large but does not give any clues to the user what to do about it.
This commit adds to the message the information that the limit is 30% of
the node's heap size, to give a hint that a larger heap might help.