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
|
return err
|
||||||
}
|
}
|
||||||
self.quitChannels = append(self.quitChannels, quitWatcher)
|
self.quitChannels = append(self.quitChannels, quitWatcher)
|
||||||
err = self.watchForNewOoms()
|
// err = self.watchForNewOoms()
|
||||||
if err != nil {
|
// if err != nil {
|
||||||
glog.Errorf("Failed to start OOM watcher, will not get OOM events: %v", err)
|
// glog.Errorf("Failed to start OOM watcher, will not get OOM events: %v", err)
|
||||||
}
|
// }
|
||||||
|
|
||||||
// Look for new containers in the main housekeeping thread.
|
// Look for new containers in the main housekeeping thread.
|
||||||
quitGlobalHousekeeping := make(chan error)
|
quitGlobalHousekeeping := make(chan error)
|
||||||
|
Loading…
Reference in New Issue
Block a user