Skip to content

Commit

Permalink
Customise Ray head resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianZaccaria committed Oct 19, 2023
1 parent 7364e0b commit e59d211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/resources/mnist_ray_mini.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"outputs": [],
"source": [
"# Create our cluster and submit appwrapper\n",
"cluster = Cluster(ClusterConfiguration(namespace=namespace, name='mnisttest', num_workers=1, min_cpus=1, max_cpus=1, min_memory=4, max_memory=4, num_gpus=0, instascale=False))"
"cluster = Cluster(ClusterConfiguration(namespace=namespace, name='mnisttest', num_workers=1, min_cpus=1, max_cpus=1, min_memory=4, max_memory=4, num_gpus=0, head_cpus=2, head_memory=8, instascale=False))"
]
},
{
Expand Down

0 comments on commit e59d211

Please sign in to comment.