Skip to content

Commit 70ae855

Browse files
author
Shilpa Chugh
committed
Increase memory for ray head pod
1 parent de2bd73 commit 70ae855

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/e2e/mnist_raycluster_sdk_oauth_test.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def run_mnist_raycluster_sdk_oauth(self):
4343
namespace=self.namespace,
4444
num_workers=1,
4545
head_cpus="500m",
46-
head_memory=2,
46+
head_memory=4,
4747
worker_cpu_requests=1,
4848
worker_cpu_limits=1,
4949
worker_memory_requests=1,
@@ -63,7 +63,6 @@ def run_mnist_raycluster_sdk_oauth(self):
6363
cluster.status()
6464

6565
cluster.details()
66-
6766
self.assert_jobsubmit_withoutLogin(cluster)
6867
self.assert_jobsubmit_withlogin(cluster)
6968

0 commit comments

Comments
 (0)