Skip to content

High utilization CPU when yucca idle

If you need expert help with this or any other issue, please see our terms and conditions technical support

Description

In release 0.5.0, when installing from the deb package, the default configuration is set to the wrong value for the stats_collection_interval parameter 0s instead of 1s. This error can cause high CPU utilization by the yucca server when there is no real load. Issue in tracker #742

bug_742

Solution

Set a value from 1s and higher:

[server]
stats_collection_interval = "1s"

The problem should be fixed.

In versions older than 0.5.0, the default is already the correct value, and should not appear.