Skip to content

Commit bfec369

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/mnist_raycluster_sdk_oauth_test.py

+2-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,7 @@ def run_mnist_raycluster_sdk_oauth(self):
6363
cluster.status()
6464

6565
cluster.details()
66-
66+
6767
self.assert_jobsubmit_withoutLogin(cluster)
6868
self.assert_jobsubmit_withlogin(cluster)
6969

0 commit comments

Comments
 (0)