Hello!
HTML5 Games
GlobalCEFApp.EnableGPU := False;
Can you tell me how to limit CPU usage?
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Frame Per Seconds or controls CPU usage
- salvadordf
- Posts: 4374
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Frame Per Seconds or controls CPU usage
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/
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/