Bump akka to 2.6.18
[controller.git] / akka / repackaged-akka-jar / src / main / resources / remote_reference.conf
index 1f61e101d0af2aa215e06802eadabc4274f0be9e..5f569d5d985f7d2ee455d44f05788256720c1e06 100644 (file)
@@ -852,8 +852,9 @@ akka {
         buffer-pool-size = 128
 
         # Maximum serialized message size for the large messages, including header data.
-        # It is currently restricted to 1/8th the size of a term buffer that can be
-        # configured by setting the 'aeron.term.buffer.length' system property.
+        # If the value of akka.remote.artery.transport is set to aeron-udp, it is currently
+        # restricted to 1/8th the size of a term buffer that can be configured by setting the
+        # 'aeron.term.buffer.length' system property.
         # See 'large-message-destinations'.
         maximum-large-frame-size = 2 MiB