Files
EdgeNode/internal/utils/mem/system_before_1.19.go

10 lines
209 B
Go
Raw Normal View History

2024-07-27 15:42:50 +08:00
// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cloud .
2023-03-05 12:34:46 +08:00
//go:build !go1.19
2024-03-28 17:17:34 +08:00
package memutils
2023-03-05 12:34:46 +08:00
// 设置软内存最大值
func setMaxMemory(memoryGB int) {
2024-07-27 15:42:50 +08:00
}