[SOLVED] CPU pegged at 100% - even with no streaming
Hi Everyone,
I've had Serviio running on one system (CentOS 6.2) for a very long time with no problems and I have just installed the latest version on an AMD Phenom quad core machine running Ubuntu 11.04 (64-bit).
The install went fine, but when Serviio is started all CPU cores run at 100% utilisation (5 min load average 11.6!) all the time - even when there's no streaming or indexing.
I have tried with OpenJDK 1.6, 1.7 and Sun Java 1.6 and 1.7 and they all behave the same. I don't think it's an ffmpeg problem, so any ideas?
Thanks
Edit:
Fixed! It was a throwback to the Java/Leap second bug that bit many people at the start of July. I didn't appreciate that it would still be relevant.
Fixed by running: service ntp stop; date -s "`date`";service ntp start;
I've had Serviio running on one system (CentOS 6.2) for a very long time with no problems and I have just installed the latest version on an AMD Phenom quad core machine running Ubuntu 11.04 (64-bit).
The install went fine, but when Serviio is started all CPU cores run at 100% utilisation (5 min load average 11.6!) all the time - even when there's no streaming or indexing.
I have tried with OpenJDK 1.6, 1.7 and Sun Java 1.6 and 1.7 and they all behave the same. I don't think it's an ffmpeg problem, so any ideas?
Thanks
Edit:
Fixed! It was a throwback to the Java/Leap second bug that bit many people at the start of July. I didn't appreciate that it would still be relevant.
Fixed by running: service ntp stop; date -s "`date`";service ntp start;
