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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

High CPU Usage for delphi apps with an idle CEF on Windows 10 with Meltdown/Spectre mitigation.

Post Reply
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: High CPU Usage for delphi apps with an idle CEF on Windows 10 with Meltdown/Spectre mitigation.

Post by salvadordf »

Thanks for the info Warren! :D

Perhaps you can avoid this problem doing this :
  • Delete the cache contents. There may be a corruption problem with the cache files.
  • Set GlobalCEFApp.EnableGPU to False. Some graphic card drivers are not 100% compatible.
  • Set GlobalCEFApp.SitePerProcess to False. As far as I know this is still considered "highly experimental" by Google and it has some issues.
Post Reply