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.

Suspend TChromium

Post Reply
Chinyaev
Posts: 38
Joined: Mon Mar 13, 2017 3:23 pm

Suspend TChromium

Post by Chinyaev »

Hi, salvador!

How can suspend TChromium? Temporarily free up memory.
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Suspend TChromium

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