We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f45548 commit 2a02b97Copy full SHA for 2a02b97
benchmarks/README.md
@@ -6,7 +6,7 @@ All distributed tests are run on 64 nodes with 64 cores/node. Maximum number of
6
7
| Dimension | Quantity |
8
| --------- | -------- |
9
-| # nodes in cluster (with trivial task workload) | 1000+ |
+| # nodes in cluster (with trivial task workload) | 250+ |
10
| # actors in cluster (with trivial workload) | 10k+ |
11
| # simultaneously running tasks | 10k+ |
12
| # simultaneously running placement groups | 1k+ |
benchmarks/distributed/test_distributed.py
@@ -10,7 +10,7 @@
MAX_ACTORS_IN_CLUSTER = 10000
MAX_RUNNING_TASKS_IN_CLUSTER = 10000
MAX_PLACEMENT_GROUPS = 1000
13
-MAX_NUM_NODES = 1000
+MAX_NUM_NODES = 250
14
15
16
def num_alive_nodes():
0 commit comments