mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Set the 500GB block device for a single node test (#16493)
This commit is contained in:
parent
7f91cfedd5
commit
6dc4032d19
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@ region: us-west-2
|
|||
|
||||
max_workers: 0
|
||||
|
||||
aws:
|
||||
BlockDeviceMappings:
|
||||
- DeviceName: /dev/sda1
|
||||
Ebs:
|
||||
VolumeSize: 500
|
||||
|
||||
head_node_type:
|
||||
name: head_node
|
||||
instance_type: i3.4xlarge
|
||||
|
|
Loading…
Add table
Reference in a new issue