Fix doc links to cluster docker compose sample (#25756)

This commit is contained in:
Oliver Wickham 2018-10-08 14:33:46 +01:00 committed by Arnout Engelen
parent 2045a0fbf7
commit ef08bbd74b
3 changed files with 6 additions and 6 deletions

View file

@ -38,8 +38,8 @@ that you will need to take special care with the network configuration when usin
described here: @ref:[Akka behind NAT or in a Docker container](../remoting.md#remote-configuration-nat)
You can look at the
@java[@extref[Cluster with docker-compse example project](samples:akka-samples-cluster-docker-compose-java)]
@scala[@extref[Cluster with docker-compose example project](samples:akka-samples-cluster-docker-compose-scala)]
@java[@extref[Cluster with docker-compse example project](samples:akka-sample-cluster-docker-compose-java)]
@scala[@extref[Cluster with docker-compose example project](samples:akka-sample-cluster-docker-compose-scala)]
to see what this looks like in practice.
For the JVM to run well in a Docker container, there are some general (not Akka specific) parameters that might need tuning. You may want to look into using [`-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap`](https://dzone.com/articles/running-a-jvm-in-a-container-without-getting-kille) options for your JVM later than 8u131, which makes it understand c-group memory limits.

View file

@ -936,6 +936,6 @@ akka {
```
You can look at the
@java[@extref[Cluster with docker-compse example project](samples:akka-samples-cluster-docker-compose-java)]
@scala[@extref[Cluster with docker-compose example project](samples:akka-samples-cluster-docker-compose-scala)]
@java[@extref[Cluster with docker-compse example project](samples:akka-sample-cluster-docker-compose-java)]
@scala[@extref[Cluster with docker-compose example project](samples:akka-sample-cluster-docker-compose-scala)]
to see what this looks like in practice.

View file

@ -622,6 +622,6 @@ Keep in mind that local.address will most likely be in one of private network ra
For further details see [RFC 1597](https://tools.ietf.org/html/rfc1597) and [RFC 1918](https://tools.ietf.org/html/rfc1918).
You can look at the
@java[@extref[Cluster with docker-compse example project](samples:akka-samples-cluster-docker-compose-java)]
@scala[@extref[Cluster with docker-compose example project](samples:akka-samples-cluster-docker-compose-scala)]
@java[@extref[Cluster with docker-compse example project](samples:akka-sample-cluster-docker-compose-java)]
@scala[@extref[Cluster with docker-compose example project](samples:akka-sample-cluster-docker-compose-scala)]
to see what this looks like in practice.