mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-03 15:00:27 +08:00
阶段性提交
This commit is contained in:
13
internal/utils/rlimit_others.go
Normal file
13
internal/utils/rlimit_others.go
Normal file
@@ -0,0 +1,13 @@
|
||||
// +build !linux,!darwin
|
||||
|
||||
package utils
|
||||
|
||||
// set resource limit
|
||||
func SetRLimit(limit uint64) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// set best resource limit value
|
||||
func SetSuitableRLimit() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user