Skip to content

Commit 32e2c47

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/mnist_raycluster_sdk_oauth_test.py

+1-1
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,

0 commit comments

Comments
 (0)