From 01685da8187ace8f56230cd444b412dc52d20739 Mon Sep 17 00:00:00 2001 From: Little-Wallace Date: Mon, 27 Nov 2023 11:57:53 +0800 Subject: [PATCH] fix format Signed-off-by: Little-Wallace --- src/compute/src/memory/config.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compute/src/memory/config.rs b/src/compute/src/memory/config.rs index 704721e67cabf..6d717d65ac899 100644 --- a/src/compute/src/memory/config.rs +++ b/src/compute/src/memory/config.rs @@ -34,7 +34,6 @@ const STORAGE_META_CACHE_MEMORY_PROPORTION: f64 = 0.35; const STORAGE_SHARED_BUFFER_MEMORY_PROPORTION: f64 = 0.3; const STORAGE_DEFAULT_HIGH_PRIORITY_BLOCK_CACHE_RATIO: usize = 50; - /// Each compute node reserves some memory for stack and code segment of processes, allocation /// overhead, network buffer, etc. based on `SYSTEM_RESERVED_MEMORY_PROPORTION`. The reserve memory /// size must be larger than `MIN_SYSTEM_RESERVED_MEMORY_MB`