The SystemUIServer process is taking 30% of my CPU. Searching around reveals a Snow Leopard daylight savings bug which is solved by removing the clock from the menubar. I am on Lion and I have tried this without success. Any ideas on how to fix this?
|
Same problem here. The problem is caused by a third-party widget that uses the internet. For me, dropbox was the problem. If dropbox is updating my files, systemuiserver keeps using a high amount of CPU .. the only solution is to force quit it (using terminal or activity monitor) or disabling the third-party widget. |
|||
|
|
|
Looks like there are actually a couple ways to solve this. I have been having the same problem, and today I also noticed my clock hadn't been showing the correct time in about 2 hours, and when I hover over the clock I get the spinning beach ball. So I found from this article that you can simply kill the SystemUIServer process and it will just restart itself and all should be well again. In order to kill the SystemUIServer process, you can simply open Activity Monitor, Filter by Process Name or %CPU (as it will likely be the highest CPU user), then select "SystemUIServer", and choose "Quit Process" from the options at the top of the window (button that looks like a stop sign). Once you kill the process, OS X will simply re-initiate the process, and you should be back on track. However this seems to be only a temporary solution, and you may encounter it again. So for a more permanent solution (if you are not afraid to venture into terminal land), try the process outlined in this article, which was provided by Joshua Taylor where you add a cron job to OS X that restarts SystemUIServer at the beginning of every other hour (automating the solution above to this problem):
|
|||
|
|
This would terminate the process only if the CPU time is over 5 minutes:
If you don't know how to use vi, you can modify the crontab with |
|||||
|
sysdiagnose SystemUIServerand file a bug with Apple. Often you can look over the reports to see what the process is doing - since you are also on Stack Overflow this might be something you have the knowledge to look over the script and results and figure a reason why CPU is high. – bmike♦ Jan 7 at 18:07