clobba / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Memory Leak #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Create project from scratch
2. Do all steps for setup
3. Launch it and navigate to any site. 
4. Walk on the site and look at memory usage.
5. After 5-10 pages application will take about 200 mb in 
the RAM.

Is there any way to clear memory? 
Or may be disable history or something to make memory usage 
not so high?

Original issue reported on code.google.com by pro100sa...@gmail.com on 9 Apr 2012 at 9:39

GoogleCodeExporter commented 8 years ago
I assume that Cache would eat so much memory. Try disabling it. Or you can use 
EmptyWorkingSet from psapi.dll which clears much useless memory 
(http://msdn.microsoft.com/en-us/library/windows/desktop/ms682606(v=vs.85).aspx)

Original comment by tsumalis96@gmail.com on 10 Apr 2012 at 9:54

GoogleCodeExporter commented 8 years ago
That link doesnt work (Sorry this page is unavailable.
Please try again later.)

Original comment by sft.bug...@gmail.com on 10 Apr 2012 at 5:59

GoogleCodeExporter commented 8 years ago
You can search on google for that. You will find various sites where the pros 
and cons of this method are explained.

Original comment by tsumalis96@gmail.com on 10 Apr 2012 at 6:03

GoogleCodeExporter commented 8 years ago

Original comment by tsumalis96@gmail.com on 17 Apr 2012 at 3:59

GoogleCodeExporter commented 8 years ago

Original comment by tsumalis96@gmail.com on 17 Apr 2012 at 4:00