mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 01:31:08 +08:00
[Java] Disable the multi-worker feature by default (#10593)
This commit is contained in:
@@ -15,7 +15,7 @@ class JobConfig:
|
||||
def __init__(
|
||||
self,
|
||||
worker_env=None,
|
||||
num_java_workers_per_process=10,
|
||||
num_java_workers_per_process=1,
|
||||
jvm_options=None,
|
||||
):
|
||||
if worker_env is None:
|
||||
|
||||
Reference in New Issue
Block a user