set default profile low_memory
This commit is contained in:
parent
b8e00d403c
commit
06c7db26d4
@ -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="性能配置文件")
|
||||||
|
|
||||||
# 监控和重启配置
|
# 监控和重启配置
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user