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
This commit is contained in:
A Andrievsky 2017-03-14 15:31:54 +03:00 committed by Patrik Nordwall
parent ea9617aa25
commit d91fe59566
2 changed files with 6 additions and 0 deletions

View file

@ -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
^^^^^^^^^^^^^^^^^

View file

@ -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
^^^^^^^^^^^^^^^^^