github.com/TeaOSLab/EdgeNode@v1.3.8/internal/utils/mem/system_before_1.19.go (about) 1 // Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . 2 //go:build !go1.19 3 4 package memutils 5 6 // 设置软内存最大值 7 func setMaxMemory(memoryGB int) { 8 9 }