From 06c7db26d4ca068220527fe412c582ce8d00b478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Tue, 23 Dec 2025 19:20:43 +0800 Subject: [PATCH] set default profile low_memory --- start_unified.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_unified.py b/start_unified.py index bd375d4..c694eba 100755 --- a/start_unified.py +++ b/start_unified.py @@ -313,7 +313,7 @@ def parse_args(): choices=["threads", "greenlets", "gevent"], help="队列工作类型") # 性能配置 - parser.add_argument("--profile", type=str, default="balanced", + parser.add_argument("--profile", type=str, default="low_memory", choices=["low_memory", "balanced", "high_performance"], help="性能配置文件") # 监控和重启配置