set default profile low_memory

This commit is contained in:
朱潮 2025-12-23 19:20:43 +08:00
parent b8e00d403c
commit 06c7db26d4

View File

@ -313,7 +313,7 @@ def parse_args():
choices=["threads", "greenlets", "gevent"], help="队列工作类型") 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="性能配置文件") choices=["low_memory", "balanced", "high_performance"], help="性能配置文件")
# 监控和重启配置 # 监控和重启配置