mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 19:33:06 +08:00
Support unlimited JVM options (#9910)
This commit is contained in:
@@ -1518,7 +1518,7 @@ def build_java_worker_command(
|
||||
# above options.
|
||||
command += options
|
||||
|
||||
command += ["RAY_WORKER_DYNAMIC_OPTION_PLACEHOLDER_0"]
|
||||
command += ["RAY_WORKER_DYNAMIC_OPTION_PLACEHOLDER"]
|
||||
command += ["io.ray.runtime.runner.worker.DefaultWorker"]
|
||||
|
||||
return command
|
||||
|
||||
Reference in New Issue
Block a user