From 57af1c68196eaca5b2d7154793bbbfb923ecaec9 Mon Sep 17 00:00:00 2001 From: Andrew Tan Date: Sun, 14 Apr 2019 11:40:16 -0700 Subject: [PATCH] Update volume size to 100 (#4616) --- python/ray/autoscaler/aws/example-full.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/autoscaler/aws/example-full.yaml b/python/ray/autoscaler/aws/example-full.yaml index 43e2172a3..c8ebe9dc3 100644 --- a/python/ray/autoscaler/aws/example-full.yaml +++ b/python/ray/autoscaler/aws/example-full.yaml @@ -74,7 +74,7 @@ head_node: BlockDeviceMappings: - DeviceName: /dev/sda1 Ebs: - VolumeSize: 50 + VolumeSize: 100 # Additional options in the boto docs.