mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 13:45:37 +08:00
[autoscaler] Increased head and worker storage to 25 GiB (#1401)
* Increased head and worker storage to 25 GiB * Update example.yaml
This commit is contained in:
committed by
Philipp Moritz
parent
04a50aa9ae
commit
83949a533b
@@ -39,6 +39,12 @@ head_node:
|
||||
InstanceType: m4.16xlarge
|
||||
ImageId: ami-0def3275 # Default Ubuntu 16.04 AMI.
|
||||
|
||||
# Set primary volume to 25 GiB
|
||||
BlockDeviceMappings:
|
||||
- DeviceName: /dev/sda1
|
||||
Ebs:
|
||||
VolumeSize: 25
|
||||
|
||||
# Additional options in the boto docs.
|
||||
|
||||
# Provider-specific config for worker nodes, e.g. instance type. By default
|
||||
@@ -49,6 +55,12 @@ worker_nodes:
|
||||
InstanceType: m4.16xlarge
|
||||
ImageId: ami-0def3275 # Default Ubuntu 16.04 AMI.
|
||||
|
||||
# Set primary volume to 25 GiB
|
||||
BlockDeviceMappings:
|
||||
- DeviceName: /dev/sda1
|
||||
Ebs:
|
||||
VolumeSize: 25
|
||||
|
||||
# Run workers on spot by default. Comment this out to use on-demand.
|
||||
InstanceMarketOptions:
|
||||
MarketType: spot
|
||||
|
||||
@@ -40,6 +40,12 @@ head_node:
|
||||
InstanceType: m5.large
|
||||
ImageId: ami-3b6bce43 # Amazon Deep Learning AMI (Ubuntu)
|
||||
|
||||
# You can provision additional disk space with a conf as follows
|
||||
# BlockDeviceMappings:
|
||||
# - DeviceName: /dev/sda1
|
||||
# Ebs:
|
||||
# VolumeSize: 100
|
||||
|
||||
# Additional options in the boto docs.
|
||||
|
||||
# Provider-specific config for worker nodes, e.g. instance type. By default
|
||||
|
||||
Reference in New Issue
Block a user