Support unlimited JVM options (#9910)

This commit is contained in:
Kai Yang
2020-08-10 16:08:33 +08:00
committed by GitHub
parent 7b87da7f03
commit 37821f0b4c
6 changed files with 13 additions and 21 deletions
+1 -1
View File
@@ -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