mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 22:53:20 +08:00
Modernize plasma store (C to C++ changes). (#546)
This commit is contained in:
committed by
Robert Nishihara
parent
e2e9e4ce6f
commit
08e988aee5
@@ -341,6 +341,7 @@ def start_plasma_store(plasma_store_memory=DEFAULT_PLASMA_STORE_MEMORY,
|
||||
"--track-origins=yes",
|
||||
"--leak-check=full",
|
||||
"--show-leak-kinds=all",
|
||||
"--leak-check-heuristics=stdstring",
|
||||
"--error-exitcode=1"] + command,
|
||||
stdout=stdout_file, stderr=stderr_file)
|
||||
time.sleep(1.0)
|
||||
|
||||
Reference in New Issue
Block a user