Page 1 of 1

Suspend TChromium

Posted: Sat Nov 17, 2018 7:15 pm
by Chinyaev
Hi, salvador!

How can suspend TChromium? Temporarily free up memory.

Re: Suspend TChromium

Posted: Sat Nov 17, 2018 7:42 pm
by salvadordf
Hi,

The best way to free up some memory is to close TChromium correctly and free it.

You can also experiment with this :
  • Loading about:blank
  • Resizing TCEFWindowParent to 0 width and height.
  • Setting TCEFWindowParent.Visible to FALSE.
  • Using a different memory manager in Delphi.
  • Setting GlobalCEFApp.SitePerProcess to FALSE to create fewer processes.