From 084192843bec1d44558bbbe4a4deff610c8e0423 Mon Sep 17 00:00:00 2001 From: Windpicker-owo <3431391539@qq.com> Date: Mon, 8 Dec 2025 12:08:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(mem=5Fmonitor):=20=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E5=86=85=E5=AD=98=E7=9B=91=E6=8E=A7=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/mem_monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/mem_monitor.py b/src/common/mem_monitor.py index 96ad6ae60..1887cbc89 100644 --- a/src/common/mem_monitor.py +++ b/src/common/mem_monitor.py @@ -101,7 +101,7 @@ _monitor_thread: threading.Thread | None = None _stop_event: threading.Event = threading.Event() # 环境变量控制是否启用,防止所有环境一起开 -MEM_MONITOR_ENABLED = True +MEM_MONITOR_ENABLED = False def start_tracemalloc(max_frames: int = 25) -> None: