package rcmgr type Limit interface { GetMemoryLimit() int64 }