diff --git a/akka-docs/rst/java/remoting-artery.rst b/akka-docs/rst/java/remoting-artery.rst index 1ce46acc1e..f9bfe4e1a9 100644 --- a/akka-docs/rst/java/remoting-artery.rst +++ b/akka-docs/rst/java/remoting-artery.rst @@ -87,6 +87,9 @@ As you can see in the example above there are four things you need to add to get The example above only illustrates the bare minimum of properties you have to add to enable remoting. All settings are described in :ref:`remote-configuration-artery-java`. +.. note:: + Aeron requires 64bit JVM to work reliably. + Canonical address ^^^^^^^^^^^^^^^^^ diff --git a/akka-docs/rst/scala/remoting-artery.rst b/akka-docs/rst/scala/remoting-artery.rst index a434c49070..524cc39103 100644 --- a/akka-docs/rst/scala/remoting-artery.rst +++ b/akka-docs/rst/scala/remoting-artery.rst @@ -87,6 +87,9 @@ As you can see in the example above there are four things you need to add to get The example above only illustrates the bare minimum of properties you have to add to enable remoting. All settings are described in :ref:`remote-configuration-artery-scala`. +.. note:: + Aeron requires 64bit JVM to work reliably. + Canonical address ^^^^^^^^^^^^^^^^^