From 2a128da2d81e19c1f63c2da66f8a9967ae6e4345 Mon Sep 17 00:00:00 2001 From: ChristianZaccaria Date: Wed, 17 Jan 2024 11:56:14 +0000 Subject: [PATCH] Adjust e2e test ClusterConfiguration min_memory --- tests/e2e/mnist_raycluster_sdk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/mnist_raycluster_sdk.py b/tests/e2e/mnist_raycluster_sdk.py index d46c6e4c5..0ded85e4b 100644 --- a/tests/e2e/mnist_raycluster_sdk.py +++ b/tests/e2e/mnist_raycluster_sdk.py @@ -37,7 +37,7 @@ head_memory=2, min_cpus="500m", max_cpus=1, - min_memory=0.5, + min_memory=1, max_memory=2, num_gpus=0, instascale=False,