diff --git a/system-variables.md b/system-variables.md
index d8cfd538deccb..4a7df731d502d 100644
--- a/system-variables.md
+++ b/system-variables.md
@@ -883,7 +883,7 @@ For a system upgraded to v5.0 from an earlier version, if you have not modified
 
 ### tidb_memory_usage_alarm_ratio
 
-- Scope: SESSION
+- Scope: INSTANCE
 - Default value: `0.8`
 - TiDB triggers an alarm when the percentage of the memory it takes exceeds a certain threshold. For the detailed usage description of this feature, see [`memory-usage-alarm-ratio`](/tidb-configuration-file.md#memory-usage-alarm-ratio-new-in-v409).
 - You can set the initial value of this variable by configuring [`memory-usage-alarm-ratio`](/tidb-configuration-file.md#memory-usage-alarm-ratio-new-in-v409).