information_schema.processlist MEM值很大

【 TiDB 使用环境】生产
【 TiDB 版本】v6.1.1
【遇到的问题】
使用“select * from information_schema.processlist order by MEM desc;”查询,发现其中的MEM值很大

应该是对应的 memTracker 哪里出了问题,
有可能是这个 issue → Should clean the memory usage of MemTracker when a hashJoin query ends · Issue #34571 · pingcap/tidb · GitHub
修复 pr → executor: fix processlist's Mem is not zero when HashJoin finished by wshwsh12 · Pull Request #34569 · pingcap/tidb · GitHub

你好,这个问题有发现是为什么? 我们这边也遇到了,特别是update操作和commit操作容易出现这个,但是我update的表中一共就2条数据也会出现这个情况

4.0就存在的bug
mem field in information_schema.processlist display abnormal · Issue #18588 · pingcap/tidb · GitHub