mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-07 18:50:27 +08:00
10 lines
209 B
Go
10 lines
209 B
Go
// Copyright 2023 GoEdge goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cloud .
|
|
//go:build !go1.19
|
|
|
|
package memutils
|
|
|
|
// 设置软内存最大值
|
|
func setMaxMemory(memoryGB int) {
|
|
|
|
}
|