RasPlex / OpenPHT

OpenPHT is a community driven fork of Plex Home Theater
Other
596 stars 110 forks source link

kernel: process OpenPHT caught causing excessive wakeups #139

Open ear opened 8 years ago

ear commented 8 years ago

I paused OpenPHT, switched to another desktop in order to debug something else and noticed these messages in Console.app:

kernel[0]: process OpenPHT[60661] caught causing excessive wakeups.
Observed wakeups rate (per sec): 306;
Maximum permitted wakeups rate (per sec): 150;
Observation period: 300 seconds;
Task lifetime number of wakeups: 2070251

My guess is that there is an error in the wakeup-system implementation that makes it spam the kernel needlessly. It is probably not super important but I thought I'd mention it so that maybe it can be cleaned up.

OpenPHT: v1.6.2.123-e23a7eef on OS X 10.11.6 (15G1004)

Thank you.