Skip to content

Commit

Permalink
Increase Cluster configuration memory for upgrade tests (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
Srihari1192 authored Jul 15, 2024
1 parent c308c0f commit 166185d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/upgrade/raycluster_sdk_upgrade_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def run_mnist_raycluster_sdk_oauth(self):
head_memory=2,
worker_cpu_requests=1,
worker_cpu_limits=1,
worker_memory_requests=1,
worker_memory_limits=2,
worker_memory_requests=4,
worker_memory_limits=4,
image=ray_image,
write_to_file=True,
verify_tls=False,
Expand Down

0 comments on commit 166185d

Please sign in to comment.