mirror of
https://github.com/wassname/ray.git
synced 2026-08-15 12:45:23 +08:00
scalability tests run
This commit is contained in:
@@ -7,7 +7,7 @@ upscaling_speed: 9999999
|
||||
provider:
|
||||
type: aws
|
||||
region: us-west-2
|
||||
availability_zone: us-west-2a
|
||||
availability_zone: us-west-2a, us-west-2b, us-west-2c, us-west-2d, us-west-2e, us-west-2f
|
||||
|
||||
auth:
|
||||
ssh_user: ubuntu
|
||||
@@ -15,22 +15,23 @@ auth:
|
||||
available_node_types:
|
||||
head_node:
|
||||
node_config:
|
||||
InstanceType: m4.16xlarge
|
||||
InstanceType: m5.16xlarge
|
||||
ImageId: ami-098555c9b343eb09c
|
||||
resources:
|
||||
node: 1
|
||||
max_workers: 999999
|
||||
worker_node:
|
||||
node_config:
|
||||
InstanceType: m4.xlarge
|
||||
InstanceType: m5.xlarge
|
||||
ImageId: ami-098555c9b343eb09c
|
||||
resources: {}
|
||||
|
||||
head_node_type: head_node
|
||||
|
||||
worker_default_node_type: worker_node
|
||||
|
||||
setup_commands:
|
||||
- pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-1.2.0.dev0-cp37-cp37m-manylinux2014_x86_64.whl
|
||||
- pip install -U https://ray-wheels.s3-us-west-2.amazonaws.com/releases/1.2.0/4c71f76b25bde02f208bfb21451347834994a72a/ray-1.2.0-cp37-cp37m-manylinux2014_x86_64.whl
|
||||
- pip install numpy tqdm
|
||||
- sudo bash -c 'rm -rf /etc/security/limits.d; echo "* soft nofile 1000000" >> /etc/security/limits.conf; echo "* hard nofile 1000000" >> /etc/security/limits.conf;'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user