mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-18 17:12:47 +03:00
Show memory stats in debug
This commit is contained in:
7
cmd/sing-box/debug_stub.go
Normal file
7
cmd/sing-box/debug_stub.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build debug && !linux
|
||||
|
||||
package main
|
||||
|
||||
func rusageMaxRSS() float64 {
|
||||
return -1
|
||||
}
|
||||
Reference in New Issue
Block a user