Skip to content

Commit

Permalink
Increase memory for ray head pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Shilpa Chugh authored and openshift-merge-bot[bot] committed Aug 21, 2024
1 parent de2bd73 commit a146547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/mnist_raycluster_sdk_oauth_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run_mnist_raycluster_sdk_oauth(self):
namespace=self.namespace,
num_workers=1,
head_cpus="500m",
head_memory=2,
head_memory=4,
worker_cpu_requests=1,
worker_cpu_limits=1,
worker_memory_requests=1,
Expand Down

0 comments on commit a146547

Please sign in to comment.