Skype How we love him and at the same time hate him. For a long time, Skype was the only program I tried to close when working on a laptop on battery: I consumed about 4% CPU, I woke up the processor 250-300 times a second, without doing anything, leaving the processor less time to be in a more energy-saving state.Perhaps the problem does not manifest itself in everyone, it's easy to check: we start Skype, we start top (on a laptop running on battery, the powertop will be more visual) and see how much it eats cpu.
I haven’t been busy for a long time, only press has been pressed down, increasing the timeout. This gives the greatest gain (by reducing the CPU% of Skype every 5), but probably it can be better.
git clone https://github.com/ValdikSS/skype-poll-fix.git cd skype-poll-fix make LD_PRELOAD=./skype-poll-fix.so skype git clone https://github.com/ValdikSS/skype-poll-fix.git cd skype-poll-fix make DYLD_INSERT_LIBRARIES=./skype-poll-fix.dylib /Applications/Skype.app/Contents/MacOS/Skype Source: https://habr.com/ru/post/242043/
All Articles