mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00

This is needed since we are stress-testing the State APIs in release test, and we will need to have a larger max limit than the system default max limit, otherwise, the APIs would return error.
25 lines
442 B
YAML
25 lines
442 B
YAML
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
|
region: us-west-2
|
|
|
|
max_workers: 6
|
|
|
|
aws:
|
|
BlockDeviceMappings:
|
|
- DeviceName: /dev/sda1
|
|
Ebs:
|
|
VolumeSize: 500
|
|
|
|
head_node_type:
|
|
name: head_node
|
|
instance_type: m4.16xlarge
|
|
resources:
|
|
cpu: 64
|
|
|
|
worker_node_types:
|
|
- name: worker_node
|
|
instance_type: m4.16xlarge
|
|
min_workers: 6
|
|
max_workers: 6
|
|
use_spot: false
|
|
resources:
|
|
cpu: 64
|