On Wed, 02 Nov 2011 15:06:13 +0200, Felipe Crochik <[email protected]> wrote:

My application (http://store.ovi.com/content/214406) crashes pretty often
when running on Symbian with a low memory "signal" from webkit.

Is there any optimization (setting, garbage collect on URL change, ...)
possible to try to avoid it?

Is there any way to handle (catch) the low memory (exception?) nicely so
the application will not crash? At least, have a chance to display a
message to user before crashing?

Thanks,
Felipe

Hey,

have a look at QWebSettings::setMaximumPagesInCache and QWebSettings::setObjectCacheCapacities methods.
It might help you!

Zoltan Horvath
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to