Hi, Double check http://doc.qt.nokia.com/4.8/qmake-platform-notes.html
for Stack and Heap Size Though it seems that it should be the maximum possible. Worth checking. On Thu, Nov 3, 2011 at 4:30 AM, Zoltan Horvath <[email protected]> wrote: > 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 > -- Alexis Menard (darktears) Software Engineer INdT Recife Brazil _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
