Skip to content

Commit 2a02b97

Browse files
Alex WuAlex Wu
authored andcommitted
Move scalability envelope back down to 250 nodes (#15381)
* . * done? * . Co-authored-by: Alex Wu <[email protected]>
1 parent 9f45548 commit 2a02b97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All distributed tests are run on 64 nodes with 64 cores/node. Maximum number of
66

77
| Dimension | Quantity |
88
| --------- | -------- |
9-
| # nodes in cluster (with trivial task workload) | 1000+ |
9+
| # nodes in cluster (with trivial task workload) | 250+ |
1010
| # actors in cluster (with trivial workload) | 10k+ |
1111
| # simultaneously running tasks | 10k+ |
1212
| # simultaneously running placement groups | 1k+ |

benchmarks/distributed/test_distributed.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
MAX_ACTORS_IN_CLUSTER = 10000
1111
MAX_RUNNING_TASKS_IN_CLUSTER = 10000
1212
MAX_PLACEMENT_GROUPS = 1000
13-
MAX_NUM_NODES = 1000
13+
MAX_NUM_NODES = 250
1414

1515

1616
def num_alive_nodes():

0 commit comments

Comments
 (0)