Page 2 of 2

Re: How to close jcef_helper.exe while App is still alive.

PostPosted: Wed Sep 23, 2020 10:42 am
by magreenblatt
Memory usage depends on what content you're loading. I suggest using DevTools to understand the memory usage of your JavaScript content.

Re: How to close jcef_helper.exe while App is still alive.

PostPosted: Sat Oct 24, 2020 8:52 am
by Strela9
Still, 1GB sound like something quite extreme. If we have more info about the characteristics of the content you're working with (format and size, mostly), it'd help us a lot.

Re: How to close jcef_helper.exe while App is still alive.

PostPosted: Thu Nov 05, 2020 5:51 am
by pe1liu
Thank you very much for all you guys. I really appreciate your help.

I figured out, the memory ocupy is because of lots of webgl rendering, since I habe shown many 3D figures of plotly. Webgl needs much memory. So it's nothing to do with JCEF.

Best wishes.