mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-05 07:56:50 +08:00
std cgruop support
This commit is contained in:
@@ -82,10 +82,6 @@ func (p *ProcessStd) doOnInit() {
|
||||
p.cacheLine = make([]string, config.CF.ProcessMsgCacheLinesLimit)
|
||||
}
|
||||
|
||||
func (p *ProcessStd) initCgroup() {
|
||||
log.Logger.Debugw("不支持cgroup")
|
||||
}
|
||||
|
||||
func (p *ProcessStd) ReadCache(ws ConnectInstance) {
|
||||
for _, line := range p.cacheLine {
|
||||
ws.WriteString(line)
|
||||
|
Reference in New Issue
Block a user