Since our process is running as native service, we have encountered high CPU usage. Reason might be service register, which makes hyperion-webos able to use more CPU time than in older versions without luna bus registration.
This leads to more unresponsive webOS UI and apps.
To reduce CPU usage it's currently possible to:
- Lower capture resolution
- Lower FPS & disable vSync
- Disable UI capture
- Use
renice after each start
We should implement a priority change using setpriority(), which can be set by parameter.
Since our process is running as native service, we have encountered high CPU usage. Reason might be service register, which makes hyperion-webos able to use more CPU time than in older versions without luna bus registration.
This leads to more unresponsive webOS UI and apps.
To reduce CPU usage it's currently possible to:
reniceafter each startWe should implement a priority change using
setpriority(), which can be set by parameter.