Hello, I have a quesition about memory usage of webkit. When I run GtkLauncher, the GtkLauncher goes to the www.google.com. The memory usage of GtkLauncher is about 22MB measured by top command. Then, GtkLaucher's memory usage becomes larger by about 50MB when GtkLauncher goes to the heavy websites, for example, nytimes.com, cnn.com, abc.com and so on. However, when GtkLauncher goes back to the google.com, the GtkLauncher's memory usage is still around 50MB. it seems to me GtkLauncher just returns a little memory to system.
I would like to know why webkit engine doesn't return heap memory to system when go back to the simple website(google). In mobile environment, I think this situation can be a problem. I suspected that FastMalloc stores memory blocks. But, even though FastMalloc is disabled, memory usage of webkit engine is same situation as FastMalloc is enabled. Or, does webkit engine store webpages? (page cache?) Does anyone know the reason? Please let me know. Thanks, Gyuyoung Kim
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

