In some occasions the browser will continuously create new processes and close them after 1-2 seconds while maxing out one of the CPU cores. In that moment you can't load anything in the browser and you see a crAppStart cursor (Hour glass and standard pointer combination).
If you activate the debug log you may see things like this :
Code: Select all
[1028/143913.557:ERROR:gpu_child_thread.cc(254)] Exiting GPU process due to errors during initialization
Some of those users fix the problem doing this :
- Updating the graphics driver.
- Check that all the CEF3 binaries are present in case of CEF based apps.
- Disabling hardware acceleration. In CEF4Delphi it's enabled by default but you can disable it by setting GlobalCEFApp.EnableGPU to False.