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

Post Reply
BBC
Posts: 8
Joined: Tue Feb 27, 2018 11:38 am

Frame Per Seconds or controls CPU usage

Post by BBC »

Hello!
HTML5 Games
GlobalCEFApp.EnableGPU := False;
Can you tell me how to limit CPU usage?
Image
User avatar
salvadordf
Posts: 4065
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Frame Per Seconds or controls CPU usage

Post 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/
Post Reply