mirror of
https://github.com/wassname/ray.git
synced 2026-08-09 12:20:09 +08:00
Use one memory mapped file for plasma (#3871)
This commit is contained in:
committed by
Robert Nishihara
parent
d2b6db3db1
commit
3bb65677dc
@@ -197,7 +197,7 @@ def test_wait(ray_start_combination):
|
||||
def ray_start_reconstruction(request):
|
||||
num_nodes = request.param
|
||||
|
||||
plasma_store_memory = 10**9
|
||||
plasma_store_memory = int(0.5 * 10**9)
|
||||
|
||||
cluster = Cluster(
|
||||
initialize_head=True,
|
||||
|
||||
Reference in New Issue
Block a user