mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-26 02:31:36 +03:00
Fan speed always high CPU consuming on my laptop...
This commit is contained in:
parent
203dd28794
commit
2529c66fe4
@ -247,8 +247,8 @@ class GlancesGrabSensors(object):
|
||||
|
||||
# !!! Disable Fan: High CPU consumption with psutil 5.2.0 or higher
|
||||
# Delete the two followings lines when corrected (https://github.com/giampaolo/psutil/issues/1199)
|
||||
# self.init_fan = False
|
||||
# logger.debug("Fan speed sensors disable (see https://github.com/giampaolo/psutil/issues/1199)")
|
||||
self.init_fan = False
|
||||
logger.debug("Fan speed sensors disable (see https://github.com/giampaolo/psutil/issues/1199)")
|
||||
|
||||
# Init the stats
|
||||
self.reset()
|
||||
|
Loading…
Reference in New Issue
Block a user