Page 1 of 1

How to deal with memory consumption?

Posted: Sun Mar 01, 2020 3:57 am
by bobpang
Recently I made a program with CEF.
The program will open multiple pages, and the cache of each page will be saved and called independently.
When the program runs, the memory consumption is huge, which may cause the whole program to jam. If you use programs like memory management, memory will be reduced a lot.
How to solve this problem? Can I make the memory of CEF smaller.

The first picture is the memory usage after opening the program.
The second picture is after using the memory management program.
Picture in attachment

Re: How to deal with memory consumption?

Posted: Sun Mar 01, 2020 8:12 am
by salvadordf
Hi,

Chromium is known to use a lot of RAM but you can modify some settings to use less memory.

This post is a little old but it has some useful information to reduce the RAM usage :
https://www.briskbard.com/forum/viewtop ... 2649#p2649