Fix doc links to cluster docker compose sample (#25756)
This commit is contained in:
parent
2045a0fbf7
commit
ef08bbd74b
3 changed files with 6 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue