std cgruop support

This commit is contained in:
liuzhihang1
2025-02-10 18:54:34 +08:00
parent d04c5b4df8
commit 873dec8ac3
6 changed files with 94 additions and 90 deletions

View File

@@ -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)