mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-16 07:46:36 +08:00
优化代码
This commit is contained in:
9
internal/utils/mem/system_before_1.19.go
Normal file
9
internal/utils/mem/system_before_1.19.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
//go:build !go1.19
|
||||
|
||||
package memutils
|
||||
|
||||
// 设置软内存最大值
|
||||
func setMaxMemory(memoryGB int) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user