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 884b7b0 commit bf6310dCopy full SHA for bf6310d
tests/upgrade/raycluster_sdk_upgrade_test.py
@@ -42,12 +42,11 @@ def run_mnist_raycluster_sdk_oauth(self):
42
namespace=self.namespace,
43
num_workers=1,
44
head_cpus=1,
45
- head_memory=2,
+ head_memory=4,
46
min_cpus=1,
47
max_cpus=1,
48
- min_memory=1,
49
- max_memory=2,
50
- num_gpus=0,
+ min_memory=4,
+ max_memory=4,
51
image=ray_image,
52
write_to_file=True,
53
verify_tls=False,
0 commit comments