<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[QProcess calls don&#x27;t actually run when memory of processor runs low.]]></title><description><![CDATA[<p dir="auto">I have an issue where I am showing a screensaver using a loader element, which causes the memory used by my QT application to reach &gt;100% of VSZ (the screensaver is a series of gifs). When I exit the screensaver, I set the component source of the Loader to null, but the memory utilization of my QT application does not return to baseline (60% of VSZ). Then, my objects that contain QProcesses no longer function as expected. These QProcesses work just fine before the screensaver gifs were shown, but no longer work now. I can see the debug output that the scripts are called, but it seems like they are never spawned (they never create the files needed etc).</p>
<p dir="auto">Are there any suggestions you have to decrease the memory usage of our system when the screensaver is not showing but it is enabled? Do I need to run garbage collection manually? Do I need to destroy the component even though it is not set as the source to the Loader element?</p>
]]></description><link>https://forum.qt.io/topic/142677/qprocess-calls-don-t-actually-run-when-memory-of-processor-runs-low</link><generator>RSS for Node</generator><lastBuildDate>Fri, 19 Jun 2026 00:02:34 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/142677.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 Feb 2023 20:54:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QProcess calls don&#x27;t actually run when memory of processor runs low. on Tue, 07 Feb 2023 21:46:09 GMT]]></title><description><![CDATA[<p dir="auto">It depends on what the gifs are showing. Depending on that you might be able to implement it using QtQuick.</p>
<p dir="auto">As for the memory management, freeing some resources during application execution does not mean that it will claimed nor returned immediately.</p>
]]></description><link>https://forum.qt.io/post/746601</link><guid isPermaLink="true">https://forum.qt.io/post/746601</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 07 Feb 2023 21:46:09 GMT</pubDate></item><item><title><![CDATA[Reply to QProcess calls don&#x27;t actually run when memory of processor runs low. on Mon, 06 Feb 2023 21:43:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> Do you have any alternative formats you suggest to show animated images? I have five gifs, but we just cycle between them. The issue more that the loader source is set to the null and the gif are no longer shown, but somehow the memory usage is still inflated which breaks the rest of my application.</p>
]]></description><link>https://forum.qt.io/post/746455</link><guid isPermaLink="true">https://forum.qt.io/post/746455</guid><dc:creator><![CDATA[deval-avive]]></dc:creator><pubDate>Mon, 06 Feb 2023 21:43:37 GMT</pubDate></item><item><title><![CDATA[Reply to QProcess calls don&#x27;t actually run when memory of processor runs low. on Sat, 04 Feb 2023 20:25:52 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I would recommend not using gifs as it is not a lightweight format.<br />
How many of them are you using ?<br />
What kind of animation are they providing ?</p>
]]></description><link>https://forum.qt.io/post/746302</link><guid isPermaLink="true">https://forum.qt.io/post/746302</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 04 Feb 2023 20:25:52 GMT</pubDate></item></channel></rss>