mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00

* in progress * in progress * almost done * Lint * almost done * All tests are available now * Change the test a little more stressful * Modify paramter to make tests a little more stressful
15 lines
372 B
YAML
15 lines
372 B
YAML
cloud_id: {{env["ANYSCALE_CLOUD_ID"]}}
|
|
region: us-west-2
|
|
|
|
head_node_type:
|
|
name: head_node
|
|
instance_type: i3.4xlarge
|
|
resources: {"object_store_memory": 21474836480}
|
|
|
|
worker_node_types:
|
|
- name: worker_node
|
|
instance_type: i3.4xlarge
|
|
min_workers: 19
|
|
max_workers: 19
|
|
use_spot: false
|
|
resources: {"object_store_memory": 21474836480}
|