From 02ae6c5a9a6bcb07fd115af5660b975d0470a894 Mon Sep 17 00:00:00 2001 From: "Siyuan (Ryans) Zhuang" Date: Wed, 6 Jan 2021 11:37:29 -0800 Subject: [PATCH] [Core] Fix incorrect comment (#13228) --- src/ray/common/ray_config_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ray/common/ray_config_def.h b/src/ray/common/ray_config_def.h index aa75f0e2d..0e470b45d 100644 --- a/src/ray/common/ray_config_def.h +++ b/src/ray/common/ray_config_def.h @@ -288,7 +288,7 @@ RAY_CONFIG(int64_t, metrics_report_batch_size, 100) /// Whether or not we enable metrics collection. RAY_CONFIG(int64_t, enable_metrics_collection, true) -/// Whether start the Plasma Store as a Raylet thread. +/// Whether put small objects in the local memory store. RAY_CONFIG(bool, put_small_object_in_memory_store, false) /// Maximum number of tasks that can be in flight between an owner and a worker for which