Merge pull request #541 from kateknister/master
disabling oomparser due to CPU usage
This commit is contained in:
commit
e89739e05a
@ -178,10 +178,10 @@ func (self *manager) Start() error {
|
||||
return err
|
||||
}
|
||||
self.quitChannels = append(self.quitChannels, quitWatcher)
|
||||
err = self.watchForNewOoms()
|
||||
if err != nil {
|
||||
glog.Errorf("Failed to start OOM watcher, will not get OOM events: %v", err)
|
||||
}
|
||||
// err = self.watchForNewOoms()
|
||||
// if err != nil {
|
||||
// glog.Errorf("Failed to start OOM watcher, will not get OOM events: %v", err)
|
||||
// }
|
||||
|
||||
// Look for new containers in the main housekeeping thread.
|
||||
quitGlobalHousekeeping := make(chan error)
|
||||
|
Loading…
Reference in New Issue
Block a user