[Qt-embedded-interest] Webkit memory usage
Paul Eipper
lkraider at gmail.com
Mon Jun 15 22:19:17 CEST 2009
Hello,
I'm compiling qt-embedded and webkit for sh4, and a simple instance of
QWebView is using ~40mb of memory:
VSZ: 127812
RSS: 41908
Is there any way to decrease that usage? Maybe some compile flags for
qt-embedded?
This is the code I'm using:
QApplication app(argc, argv, QApplication::GuiServer);
QWebView *view = new QWebView();
view->load(QUrl("http://www.google.com/"));
view->show();
return app.exec();
Any tips are appreciated :)
--
Paul Eipper
More information about the Qt-embedded-interest
mailing list