From 493585574a16c88949d9f90a5577cadb91b1d479 Mon Sep 17 00:00:00 2001 From: Mitar Date: Mon, 13 Aug 2018 19:18:12 -0700 Subject: [PATCH] Updating documentation. (#2643) --- python/ray/worker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/ray/worker.py b/python/ray/worker.py index 91bd9ed7c..dcbaff440 100644 --- a/python/ray/worker.py +++ b/python/ray/worker.py @@ -1540,8 +1540,8 @@ def _init(address_info=None, provided if start_ray_local is True. num_local_schedulers (int): The number of local schedulers to start. This is only provided if start_ray_local is True. - object_store_memory: The amount of memory (in bytes) to start the - object store with. + object_store_memory: The maximum amount of memory (in bytes) to + allow the object store to use. driver_mode (bool): The mode in which to start the driver. This should be one of ray.SCRIPT_MODE, ray.LOCAL_MODE, and ray.SILENT_MODE. redirect_worker_output: True if the stdout and stderr of worker