From d91fe595667af67aa2057ae4a834bb9d0d68e5fe Mon Sep 17 00:00:00 2001 From: A Andrievsky Date: Tue, 14 Mar 2017 15:31:54 +0300 Subject: [PATCH] Suggest using 64bit JVM for Artery in docs (#22553) * Suggest using 64bit JVM fo Artery (#1) * Suggest using 64bit JVM fo Artery https://github.com/akka/akka/issues/22303 * changed acording to suggestions * Update scala part of the documentation --- akka-docs/rst/java/remoting-artery.rst | 3 +++ akka-docs/rst/scala/remoting-artery.rst | 3 +++ 2 files changed, 6 insertions(+) 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 ^^^^^^^^^^^^^^^^^