From 54502a2a0d54d29ae2835573340ce0a9511a7968 Mon Sep 17 00:00:00 2001 From: famosss <13281440@qq.com> Date: Sun, 25 Sep 2022 16:54:14 +0800 Subject: [PATCH] Updated Optimization (markdown) --- Optimization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Optimization.md b/Optimization.md index 25ae8e9..ee23029 100644 --- a/Optimization.md +++ b/Optimization.md @@ -142,7 +142,7 @@ By default, if there is a slow read request caused by network problems, this req Set `volume.hasSlowRead` to true,this prevents slow reads from blocking other requests,but large file read P99 latency will increase. -Increasing `volume.readBufferSize` (for example, set to `filer.maxMB` size) can make read requests require fewer locks , which can fix the P99 latency problem caused by `volume.hasSlowRead` +Increasing `volume.readBufferSizeMB` (for example, set to `filer.maxMB` size) can make read requests require fewer locks , which can fix the P99 latency problem caused by `volume.hasSlowRead` ## Logging