diff --git a/internal/utils/system_1.19.go b/internal/utils/system_1.19.go index 3cc06ab..f51b4b3 100644 --- a/internal/utils/system_1.19.go +++ b/internal/utils/system_1.19.go @@ -13,6 +13,6 @@ func setMaxMemory(memoryGB int) { memoryGB = 1 } - var maxMemoryBytes = (int64(memoryGB) << 30) * 75 / 100 // 默认 75% + var maxMemoryBytes = (int64(memoryGB) << 30) * 80 / 100 // 默认 80% debug.SetMemoryLimit(maxMemoryBytes) }