1 post tagged

google

Google daemon check

Google don’t tell you but it installs process to check for updates every 5 hours. Which is annoying and can occupy 100% of CPU. You can check the status on mac in terminal with this line:

defaults read com.google.Keystone.Agent

And you can change this interval to 4 days like this (24*4*3600=345600):

defaults write com.google.Keystone.Agent checkInterval 345600
 380   2020   google   mac