High CPU utilization at idle
info
If you need expert help to resolve this or any other issue, please review our technical support terms and conditions
Description
In release 0.5.0, when installing from the deb package, the default configuration has an incorrect value for the stats_collection_interval parameter — 0s instead of 1s.
This bug can cause high CPU utilization by the Yucca server even without any real load.
The issue is tracked as #742

Solution
Set a value of 1s or higher:
[server]
stats_collection_interval = "1s"
This should resolve the issue.
In versions newer than 0.5.0, the correct value is already set by default, and this issue should not occur.