fix memory snapshot

This commit is contained in:
jxxghp
2025-06-08 21:57:49 +08:00
parent 69ade1ae37
commit 3de998051a
3 changed files with 21 additions and 7 deletions

View File

@@ -18,6 +18,6 @@ DB_TIMEOUT=60
# 是否启用内存监控,开启后将定期生成内存快照文件
MEMORY_ANALYSIS=false
# 内存快照间隔(分钟)
MEMORY_SNAPSHOT_INTERVAL=30
MEMORY_SNAPSHOT_INTERVAL=60
# 保留的内存快照文件数量
MEMORY_SNAPSHOT_KEEP_COUNT=20