Skip to content

Commit 2a128da

Browse files
Adjust e2e test ClusterConfiguration min_memory
1 parent 097fb6a commit 2a128da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/mnist_raycluster_sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
head_memory=2,
3838
min_cpus="500m",
3939
max_cpus=1,
40-
min_memory=0.5,
40+
min_memory=1,
4141
max_memory=2,
4242
num_gpus=0,
4343
instascale=False,

0 commit comments

Comments
 (0)