diff --git a/sql-statements/sql-statement-calibrate-resource.md b/sql-statements/sql-statement-calibrate-resource.md index 60c9920a30246..614d5736e481f 100644 --- a/sql-statements/sql-statement-calibrate-resource.md +++ b/sql-statements/sql-statement-calibrate-resource.md @@ -113,7 +113,7 @@ CALIBRATE RESOURCE START_TIME '2023-04-18 08:00:00' DURATION '60m'; Error 1105 (HY000): metrics 'resource_manager_resource_unit' is empty ``` -Because TiKV does not monitor CPU usage on macOS, it reports an error that the corresponding monitoring data is empty, as shown in the following example. +Because TiKV does not monitor CPU usage on macOS, when you execute `CALIBRATE RESOURCE` on macOS, the folloiwng error occurs: ```sql CALIBRATE RESOURCE START_TIME '2023-04-18 08:00:00' DURATION '60m';