Reduce memory usage of test_simple in test_stress.py. (#4709)

This commit is contained in:
Robert Nishihara
2019-04-28 07:50:24 -07:00
committed by Devin Petersohn
parent b1c9ea7ffc
commit e9b351e749
+1 -1
View File
@@ -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,