mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 14:48:25 +08:00
Reduce memory usage of test_simple in test_stress.py. (#4709)
This commit is contained in:
committed by
Devin Petersohn
parent
b1c9ea7ffc
commit
e9b351e749
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user