diff --git a/python/ray/tests/test_stress.py b/python/ray/tests/test_stress.py index aeaa26e4e..4f94e2310 100644 --- a/python/ray/tests/test_stress.py +++ b/python/ray/tests/test_stress.py @@ -196,7 +196,7 @@ def test_wait(ray_start_combination): def ray_start_reconstruction(request): num_nodes = request.param - plasma_store_memory = int(0.5 * 10**9) + plasma_store_memory = int(0.1 * 10**9) cluster = Cluster( initialize_head=True,