03.03.2012, 13:28, "Fred Lee" <[email protected]>: > Dear Eric, > > I am not using QT, but usually, i would disable the PageCahce or set it > to a very small number to limit the memory used by the CahcedResources, > especially in some of the limited memory platform.
We've tried to disable all caches available through public APIs of QtWebKit to reduce memory consumption on device but found that it leaks much more than. Now we are using non-zero cache sizes (taken from Symbian example) and browser works reliably (total physical RAM of device is 100 MB and QtWebKit is taking about 50 MB in average). -- Regards, Konstantin _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
