mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 06:27:02 +08:00
Use proper session directory for debug_string.txt (#4960)
This commit is contained in:
committed by
Robert Nishihara
parent
6f48992322
commit
1e2b649580
@@ -1194,6 +1194,7 @@ def start_raylet(redis_address,
|
||||
"--java_worker_command={}".format(java_worker_command),
|
||||
"--redis_password={}".format(redis_password or ""),
|
||||
"--temp_dir={}".format(temp_dir),
|
||||
"--session_dir={}".format(session_dir),
|
||||
]
|
||||
process_info = start_ray_process(
|
||||
command,
|
||||
|
||||
Reference in New Issue
Block a user