[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:
Chen Shen 2022-04-18 23:49:51 -07:00 committed by GitHub
parent c9df6ce70c
commit 717e60cb4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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