ray/release/nightly_tests/shuffle/shuffle_compute_large_scale.yaml
Chen Shen 717e60cb4d
[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.
2022-04-18 23:49:51 -07:00

21 lines
479 B
YAML

cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
region: us-west-2
aws:
BlockDeviceMappings:
- DeviceName: /dev/sda1
Ebs:
VolumeSize: 500
head_node_type:
name: head_node
instance_type: m5.8xlarge
resources: {"object_store_memory": 21474836480}
worker_node_types:
- name: worker_node
instance_type: m5.8xlarge
min_workers: 19
max_workers: 19
use_spot: false
resources: {"object_store_memory": 21474836480}