<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi,
<div class=""><br class="">
</div>
<div class="">Could you submit a bug report for the WebEngine component on <a href="https://bugreports.qt.io" class="">https://bugreports.qt.io</a>, and provide details to the version of Qt used</div>
<div class="">as well as the platform you are running it on?</div>
<div class=""><br class="">
</div>
<div class="">Regards, Alex.</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On 22 Aug 2016, at 19:18, Bryan Chan <<a href="mailto:bryan.chan@pacbell.net" class="">bryan.chan@pacbell.net</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">
<div style="background-color: rgb(255, 255, 255); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;" class="">
<div id="yui_3_16_0_ym19_1_1471885860733_4686" class="">Hi,</div>
<div id="yui_3_16_0_ym19_1_1471885860733_4510" class=""><br class="">
</div>
<div id="yui_3_16_0_ym19_1_1471885860733_4510" dir="ltr" class="">I'm running the snippet of code below.  I'm on a 4k monitor with dpi set to 200%. As I resize the window back and forth and then hit maximize, I notice my free memory dropping by hundreds of
 MB at a time. If I keep doing this non-stop I eventually will run out of free memory on the main process. Sometimes the qtwebengineprocess will crash and I will get all the free memory back. Now if I do a resize then let the application sit, some but not all
 of the free memory comes back. This also happens on a 1920x1080 screen with no scaling, but just at a much slower rate.</div>
<div id="yui_3_16_0_ym19_1_1471885860733_4510" dir="ltr" class=""><br class="">
</div>
<div id="yui_3_16_0_ym19_1_1471885860733_4510" dir="ltr" class="">Has anyone seen this behavior or know where I can look in the qt code to investigate this further?</div>
<div id="yui_3_16_0_ym19_1_1471885860733_4510" dir="ltr" class=""><br class="">
</div>
<div id="yui_3_16_0_ym19_1_1471885860733_4538" class="">#include <QApplication></div>
<div id="yui_3_16_0_ym19_1_1471885860733_4539" class="">#include <QWebEngineView></div>
<div id="yui_3_16_0_ym19_1_1471885860733_4540" class=""><br id="yui_3_16_0_ym19_1_1471885860733_4541" class="">
</div>
<div id="yui_3_16_0_ym19_1_1471885860733_4542" class="">int main(int argc, char *argv[])</div>
<div id="yui_3_16_0_ym19_1_1471885860733_4543" class="">{</div>
<div id="yui_3_16_0_ym19_1_1471885860733_4544" class="">    QApplication app(argc, argv);</div>
<div id="yui_3_16_0_ym19_1_1471885860733_4545" class=""><br id="yui_3_16_0_ym19_1_1471885860733_4546" class="">
</div>
<div id="yui_3_16_0_ym19_1_1471885860733_4547" class="">    QWebEngineView view;</div>
<div id="yui_3_16_0_ym19_1_1471885860733_4548" class="">    view.setUrl(QUrl(QStringLiteral("<a href="http://www.qt.io" class="">http://www.qt.io</a>")));</div>
<div id="yui_3_16_0_ym19_1_1471885860733_4549" class="">    view.resize(1024, 750);</div>
<div id="yui_3_16_0_ym19_1_1471885860733_4550" class="">    view.show();</div>
<div id="yui_3_16_0_ym19_1_1471885860733_4551" class=""><br id="yui_3_16_0_ym19_1_1471885860733_4552" class="">
</div>
<div id="yui_3_16_0_ym19_1_1471885860733_4553" class="">    return app.exec();</div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1471885860733_4554" class="">}</div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1471885860733_4554" class=""><br class="">
</div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1471885860733_4554" class="">Thanks</div>
<div dir="ltr" id="yui_3_16_0_ym19_1_1471885860733_4554" class="">Bryan</div>
</div>
</div>
_______________________________________________<br class="">
QtWebEngine mailing list<br class="">
<a href="mailto:QtWebEngine@qt-project.org" class="">QtWebEngine@qt-project.org</a><br class="">
http://lists.qt-project.org/mailman/listinfo/qtwebengine<br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>