diff --git a/configure-memory-usage.md b/configure-memory-usage.md index 170b3a6125f6d..c8306874398e8 100644 --- a/configure-memory-usage.md +++ b/configure-memory-usage.md @@ -50,7 +50,6 @@ After you set this variable, when the memory usage of a tidb-server instance rea Currently, the memory limit set by `tidb_server_memory_limit` **DOES NOT** terminate the following SQL operations: - DDL operations -- INSERT, UPDATE, and DELETE operations - SQL operations that contain window functions and common table expressions > **Warning:**