We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fd563 commit e78ce13Copy full SHA for e78ce13
tests/upgrade/raycluster_sdk_upgrade_test.py
@@ -49,12 +49,11 @@ def run_mnist_raycluster_sdk_oauth(self):
49
namespace=self.namespace,
50
num_workers=1,
51
head_cpus=1,
52
- head_memory=2,
+ head_memory=4,
53
min_cpus=1,
54
max_cpus=1,
55
- min_memory=1,
56
- max_memory=2,
57
- num_gpus=0,
+ min_memory=4,
+ max_memory=4,
58
image=ray_image,
59
write_to_file=True,
60
verify_tls=False,
0 commit comments