mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[Core][nightly-test] fix shuffle 5000 partition OOM #23997
closes #23992 #23781 changed the machine type where the memory capacity dropped from 128GB to 64GB and thus shuffle_1tb_5000_partitions starts OOMing.
This commit is contained in:
parent
c9df6ce70c
commit
717e60cb4d
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@ aws:
|
|||
|
||||
head_node_type:
|
||||
name: head_node
|
||||
instance_type: m5.4xlarge
|
||||
instance_type: m5.8xlarge
|
||||
resources: {"object_store_memory": 21474836480}
|
||||
|
||||
worker_node_types:
|
||||
- name: worker_node
|
||||
instance_type: m5.4xlarge
|
||||
instance_type: m5.8xlarge
|
||||
min_workers: 19
|
||||
max_workers: 19
|
||||
use_spot: false
|
||||
|
|
Loading…
Add table
Reference in a new issue