disabling oomparser due to CPU usage

This commit is contained in:
Katie Knister 2015-02-26 18:02:40 -08:00
parent 65b0db32ce
commit a40a9fc912

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)