Skip to content

Commit

Permalink
Move scalability envelope back down to 250 nodes (ray-project#15381)
Browse files Browse the repository at this point in the history
* .

* done?

* .

Co-authored-by: Alex Wu <[email protected]>
  • Loading branch information
2 people authored and amogkam committed Apr 22, 2021
1 parent 9f45548 commit 2a02b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All distributed tests are run on 64 nodes with 64 cores/node. Maximum number of

| Dimension | Quantity |
| --------- | -------- |
| # nodes in cluster (with trivial task workload) | 1000+ |
| # nodes in cluster (with trivial task workload) | 250+ |
| # actors in cluster (with trivial workload) | 10k+ |
| # simultaneously running tasks | 10k+ |
| # simultaneously running placement groups | 1k+ |
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/distributed/test_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
MAX_ACTORS_IN_CLUSTER = 10000
MAX_RUNNING_TASKS_IN_CLUSTER = 10000
MAX_PLACEMENT_GROUPS = 1000
MAX_NUM_NODES = 1000
MAX_NUM_NODES = 250


def num_alive_nodes():
Expand Down

0 comments on commit 2a02b97

Please sign in to comment.