mirror of
https://github.com/wassname/ray.git
synced 2026-07-17 11:32:33 +08:00
Upgrade arrow to include more detailed flushing message (#2706)
This commit is contained in:
committed by
Robert Nishihara
parent
e467f546b5
commit
b4c47a5861
@@ -87,7 +87,8 @@ def start_plasma_store(plasma_store_memory=DEFAULT_PLASMA_STORE_MEMORY,
|
||||
"""
|
||||
if use_valgrind and use_profiler:
|
||||
raise Exception("Cannot use valgrind and profiler at the same time.")
|
||||
plasma_store_executable = os.path.join(pa.__path__[0], "plasma_store")
|
||||
plasma_store_executable = os.path.join(pa.__path__[0],
|
||||
"plasma_store_server")
|
||||
plasma_store_name = "/tmp/plasma_store{}".format(random_name())
|
||||
command = [
|
||||
plasma_store_executable, "-s", plasma_store_name, "-m",
|
||||
|
||||
Reference in New Issue
Block a user