Merge pull request #541 from kateknister/master

disabling oomparser due to CPU usage
This commit is contained in:
Victor Marmol 2015-02-26 19:24:22 -08:00
commit e89739e05a

View File

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