Page 1 of 1

Frame Per Seconds or controls CPU usage

Posted: Thu Apr 18, 2024 8:51 pm
by BBC
Hello!
HTML5 Games
GlobalCEFApp.EnableGPU := False;
Can you tell me how to limit CPU usage?
Image

Re: Frame Per Seconds or controls CPU usage

Posted: Fri Apr 19, 2024 8:06 am
by salvadordf
Hi,

Chromium always uses the CPU to render the web pages when EnableGPU is False but if you set EnableGPU to True it will use your graphics card to lower the CPU usage.

Set GlobalCEFApp.EnableGPU to True and you will see that the games run faster and the CPU has a lower usage.

There are a few more properties that could limit the CPU usage indirectly but I would recommend following these steps :
https://www.makeuseof.com/windows-limit-cpu-usage-program/