aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/remote_worker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/remote_worker/README.md')
-rw-r--r--src/tools/remote_worker/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tools/remote_worker/README.md b/src/tools/remote_worker/README.md
index 32c912a0ab..e779576fdf 100644
--- a/src/tools/remote_worker/README.md
+++ b/src/tools/remote_worker/README.md
@@ -40,9 +40,3 @@ As you can see, the specific behavior of the sandbox can be tuned via the flags
no network connectivity except for its own "localhost". Note that due to a Linux kernel issue this
might result in a loss of performance if you run many actions in parallel. For long running tests
it probably won't matter much, though.
-
-## Hazelcast caching
-
-You can also use a Hazelcast server for the distributed cache as follows:
-Suppose your Hazelcast server is listening on address:port. Then, run the
-remote worker with --hazelcast_node=address:port.