2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00

feat: 优化内存参数

This commit is contained in:
耗子
2024-12-29 02:09:12 +08:00
parent 37119d1402
commit ba544e3305

View File

@@ -28,7 +28,7 @@ func main() {
}
debug.SetGCPercent(10)
debug.SetMemoryLimit(256 << 20)
debug.SetMemoryLimit(128 << 20)
web, err := initWeb()
if err != nil {