mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 23:16:23 +08:00
[multi-language part 2] Change the command line arguments to start raylet (#2670)
This commit is contained in:
committed by
Robert Nishihara
parent
a719e089b0
commit
06a58016d8
@@ -990,8 +990,9 @@ def start_raylet(redis_address,
|
||||
gcs_ip_address,
|
||||
gcs_port,
|
||||
str(num_workers),
|
||||
start_worker_command,
|
||||
resource_argument,
|
||||
start_worker_command,
|
||||
"", # Worker command for Java, not needed for Python.
|
||||
]
|
||||
|
||||
if use_valgrind:
|
||||
|
||||
Reference in New Issue
Block a user