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

9 lines
210 B
Go
Raw Normal View History

2023-03-05 12:34:46 +08:00
// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
//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) {
}