<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Increasing occupation of the PC RAM of executable with RunTimeEngine in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316774#M971663</link>
    <description>&lt;P data-unlink="true"&gt;Whenever I have a worry about memory or reference leaks, I immediately think of using the Desktop Execution Trace Toolkit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To be honest, I use it even when I don't have any concerns - it's usually part of my testing before releasing anything. I recognise not everyone wants to spend the money on it, but as a VLA user using the Professional Development System, this is included in my package.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Mar 2025 14:11:58 GMT</pubDate>
    <dc:creator>thoult</dc:creator>
    <dc:date>2025-03-27T14:11:58Z</dc:date>
    <item>
      <title>Increasing occupation of the PC RAM of executable with RunTimeEngine</title>
      <link>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316218#M971432</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;thanks in advance&lt;/SPAN&gt; &lt;SPAN&gt;to those who&lt;/SPAN&gt; &lt;SPAN&gt;will&lt;/SPAN&gt; &lt;SPAN class=""&gt;answer&lt;/SPAN&gt;&lt;/SPAN&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is: I've a MAIN.vi, &lt;SPAN class="short_text"&gt;&lt;SPAN&gt;basically&lt;/SPAN&gt; &lt;SPAN&gt;consists of&lt;/SPAN&gt; &lt;SPAN&gt;a Simple State Machine (SSM), &lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;that once&lt;/SPAN&gt; compiled and executed with Run Time engine &lt;SPAN&gt;uses&lt;/SPAN&gt; PC &lt;SPAN&gt;RAM&lt;/SPAN&gt; &lt;SPAN&gt;quantities&lt;/SPAN&gt; increasing and finally hang up.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;This behaviour is not present when I execute the VI in LabView.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;In fact if I I monitor the PC resources with "Task Manager" during execution with RunTimeEngine I see RAM occupation grow up.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;On the contrary when I monitor the execution in LV with Tools&amp;gt;&amp;gt;Profile&amp;gt;&amp;gt;Performance and Memory... and contemporary monitor the PC resources with "Task Manager" I see the RAM occupation constant.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;Can you help me to find a way to understand who is the "RAM eater" in my application with RunTimeEngine?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;Reading some &lt;SPAN&gt;questions&lt;/SPAN&gt; &lt;SPAN&gt;about&lt;/SPAN&gt; &lt;SPAN&gt;the memory usage&lt;/SPAN&gt; &lt;SPAN&gt;I understand&lt;/SPAN&gt; &lt;SPAN&gt;that&lt;/SPAN&gt; &lt;SPAN&gt;type&lt;/SPAN&gt; &lt;SPAN&gt;structures&lt;/SPAN&gt; like &lt;SPAN&gt;"build&lt;/SPAN&gt; &lt;SPAN&gt;array&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;and&lt;/SPAN&gt; &lt;SPAN&gt;"concatenate&lt;/SPAN&gt; &lt;SPAN&gt;string&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;are&lt;/SPAN&gt; deprecated. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;I undrestand how to replace the structure "build array" with more efficient one but I don' know how to replace the concatenate string. Both the structure are largely used in my application...unfortunately&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;I attach a &lt;SPAN&gt;very very&lt;/SPAN&gt; &lt;SPAN&gt;simplified&lt;/SPAN&gt; &lt;SPAN&gt;example&lt;/SPAN&gt; of my application in order to show you &lt;SPAN&gt;what I think&lt;/SPAN&gt; &lt;SPAN&gt;are&lt;/SPAN&gt; some of &lt;SPAN&gt;my mistakes&lt;/SPAN&gt;!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;I use LabView 2014 SP1 and Windows 7 Professional SP1 (64bit) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;Thank you so much&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class=""&gt;monica&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 09:00:04 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316218#M971432</guid>
      <dc:creator>scmm</dc:creator>
      <dc:date>2016-06-30T09:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing occupation of the PC RAM of executable with RunTimeEngine</title>
      <link>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316256#M971444</link>
      <description>&lt;P&gt;Way too many uses of property nodes.&amp;nbsp; Use the actual terminals whenever possible.&amp;nbsp; And use the Latching capabilities of the buttons so that you do not have the reset their values yourself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are not likely causing your memory growth, but they are an issue.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 10:14:09 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316256#M971444</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2016-06-30T10:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing occupation of the PC RAM of executable with RunTimeEngine</title>
      <link>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316271#M971450</link>
      <description>&lt;P&gt;Thank you very much crossrulz,&lt;/P&gt;&lt;P&gt;What I don't understand is the double behaviour in RunTimeEngine and LabView.&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;What kind of&lt;/SPAN&gt; &lt;SPAN&gt;structure can have&lt;/SPAN&gt; &lt;SPAN&gt;such a different&lt;/SPAN&gt; behavior in the two environments&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Especially&lt;/SPAN&gt; &lt;SPAN&gt;what may be the&lt;/SPAN&gt; instruments of investigation &lt;SPAN&gt;apart from the&lt;/SPAN&gt; &lt;SPAN&gt;Task&lt;/SPAN&gt; Manager &lt;SPAN&gt;of&lt;/SPAN&gt; windows&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Surely&lt;/SPAN&gt; &lt;SPAN&gt;there is a&lt;/SPAN&gt; &lt;SPAN&gt;mine&lt;/SPAN&gt; &lt;SPAN&gt;programming error&lt;/SPAN&gt; &lt;SPAN&gt;but at the moment it &lt;/SPAN&gt;&lt;SPAN&gt;is like&lt;/SPAN&gt; &lt;SPAN&gt;looking for a needle&lt;/SPAN&gt; in a haystack because my .vi has a lot of subVi and a lot of "interactions".&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;However &lt;SPAN&gt;I will treasure&lt;/SPAN&gt; &lt;SPAN&gt;your suggestion&lt;/SPAN&gt; and I will start from that &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.ni.com/i/smilies/16x16_smiley-happy.gif" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 11:10:50 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316271#M971450</guid>
      <dc:creator>scmm</dc:creator>
      <dc:date>2016-06-30T11:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing occupation of the PC RAM of executable with RunTimeEngine</title>
      <link>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316291#M971453</link>
      <description>&lt;P&gt;Actually "lots of subVIs" makes it &lt;EM&gt;easier &lt;/EM&gt;to debug, not more difficult.&amp;nbsp; It breaks that huge old haystack into several smaller ones.&amp;nbsp; It gives you a means of easily focusing your debugging energy on small pieces of code and you are far more likely to find the issue as a result.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 12:26:23 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316291#M971453</guid>
      <dc:creator>billko</dc:creator>
      <dc:date>2016-06-30T12:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing occupation of the PC RAM of executable with RunTimeEngine</title>
      <link>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316364#M971485</link>
      <description>&lt;PRE&gt;Actually "lots of subVIs" makes it easier to debug, not more difficult.  It breaks that huge old haystack into several smaller ones.  It gives you a means of easily focusing your debugging energy on small pieces of code and you are far more likely to find the issue as a result.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://en.wikipedia.org/wiki/Cohesion_(computer_science" target="_blank"&gt;https://en.wikipedia.org/wiki/Cohesion_(computer_science&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://en.wikipedia.org/wiki/Encapsulation_(computer_programming" target="_blank"&gt;https://en.wikipedia.org/wiki/Encapsulation_(computer_programming&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 14:22:32 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316364#M971485</guid>
      <dc:creator>stockson</dc:creator>
      <dc:date>2016-06-30T14:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing occupation of the PC RAM of executable with RunTimeEngine</title>
      <link>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316377#M971491</link>
      <description>&lt;P&gt;I can not recall a situation where the exe ate memory and the development did not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you SURE you ran the application as long and under the same conditions as the exe?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you ABSOLUTELY sure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Start with the VI Anaylzer to looking for obvious issues and fix them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if that fails and you are sure there are no memory consumption issues in the development environment (note sometimes the memory consumption in the development envirnment will only show up after a good long run sinc ethe growth may be small and burried in the memory used for development, un-do buffers etc) then stick with the Windows Taks Manager to track the rate of memory usafe. If it grows in the development environment, use the Profile VIs &amp;gt;&amp;gt;&amp;gt; Memory to narrow down the culprit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are still not making progress you can start wacking away pasrts of the application and trying to narrow it down to the offended sub-system. If possilbe, toss half of the application, and test it extensively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care, have fun, report what you learn please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 14:34:10 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316377#M971491</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2016-06-30T14:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing occupation of the PC RAM of executable with RunTimeEngine</title>
      <link>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316390#M971500</link>
      <description>&lt;P&gt;Where have you seen anything referencing build array or concatenate string as deprecated?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You ask how the two perform differently.&amp;nbsp; I'd have to look at your exact code to give any guidance about your situation.&amp;nbsp; But, often tests are ran differently depending on the environment.&amp;nbsp; Are you letting the development code run for the same duration?&amp;nbsp; Is it performing everything exactly the same or are you running test cases?&amp;nbsp; Does the data get as large in development?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 14:40:00 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316390#M971500</guid>
      <dc:creator>natasftw</dc:creator>
      <dc:date>2016-06-30T14:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing occupation of the PC RAM of executable with RunTimeEngine</title>
      <link>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316740#M971657</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Thanks to everybody&lt;/SPAN&gt; &lt;SPAN&gt;for the answers&lt;/SPAN&gt;&lt;SPAN&gt; and the suggestions.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;SPAN&gt;The indication&lt;/SPAN&gt; &lt;SPAN&gt;of non-&lt;/SPAN&gt;&lt;SPAN&gt;use&lt;/SPAN&gt; &lt;SPAN&gt;build&lt;/SPAN&gt; &lt;SPAN&gt;arrays&lt;/SPAN&gt; &lt;SPAN&gt;or&lt;/SPAN&gt; &lt;SPAN&gt;concatenate&lt;/SPAN&gt; &lt;SPAN&gt;string&lt;/SPAN&gt; &lt;SPAN&gt;I got&lt;/SPAN&gt; &lt;SPAN&gt;from the&lt;/SPAN&gt; &lt;SPAN&gt;Italian&lt;/SPAN&gt; &lt;SPAN&gt;NI&lt;/SPAN&gt; &lt;SPAN&gt;technical support&lt;/SPAN&gt; contacted &lt;SPAN&gt;for the same&lt;/SPAN&gt; &lt;SPAN&gt;reason why&lt;/SPAN&gt; &lt;SPAN&gt;I turned&lt;/SPAN&gt; &lt;SPAN&gt;to the&lt;/SPAN&gt; &lt;SPAN&gt;community&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;The&lt;/SPAN&gt; &lt;SPAN&gt;reason they told me &lt;/SPAN&gt;is that &lt;SPAN&gt;build&lt;/SPAN&gt; &lt;SPAN&gt;arrays and concatenate &lt;/SPAN&gt;&lt;SPAN&gt;string&lt;/SPAN&gt; &lt;SPAN&gt;allocate&lt;/SPAN&gt; &lt;SPAN&gt;memory dynamically and&lt;/SPAN&gt; &lt;SPAN&gt;this can give&lt;/SPAN&gt; problems &lt;SPAN&gt;in&lt;/SPAN&gt; &lt;SPAN&gt;RunTimeEngine&lt;/SPAN&gt; &lt;SPAN&gt;rather than&lt;/SPAN&gt; &lt;SPAN&gt;in the development environment&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;The technical support was very very kind and I shared with them my code but they said they cannot &lt;SPAN&gt;go into the details&lt;/SPAN&gt; &lt;SPAN&gt;of the code&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;they can only give&lt;/SPAN&gt; general guidelines so I didn't solve my problem&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;Your considerations lead me to &lt;SPAN&gt;do more&lt;/SPAN&gt; &lt;SPAN&gt;extensive testing&lt;/SPAN&gt;&lt;SPAN&gt;, and&lt;/SPAN&gt; &lt;SPAN&gt;of course&lt;/SPAN&gt; &lt;SPAN&gt;to share&lt;/SPAN&gt; &lt;SPAN&gt;with you&lt;/SPAN&gt; &lt;SPAN&gt;the results&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 08:07:55 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316740#M971657</guid>
      <dc:creator>scmm</dc:creator>
      <dc:date>2016-07-01T08:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing occupation of the PC RAM of executable with RunTimeEngine</title>
      <link>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316774#M971663</link>
      <description>&lt;P data-unlink="true"&gt;Whenever I have a worry about memory or reference leaks, I immediately think of using the Desktop Execution Trace Toolkit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To be honest, I use it even when I don't have any concerns - it's usually part of my testing before releasing anything. I recognise not everyone wants to spend the money on it, but as a VLA user using the Professional Development System, this is included in my package.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 14:11:58 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3316774#M971663</guid>
      <dc:creator>thoult</dc:creator>
      <dc:date>2025-03-27T14:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing occupation of the PC RAM of executable with RunTimeEngine</title>
      <link>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3319495#M972737</link>
      <description>&lt;P&gt;Hello everyone, I started my tests and I wanted to share with you the first results.&lt;BR /&gt;Exactly the same conditions I ran my Main.vi while I monitored the memory usage in Windows Task Manager; first time in LabView and then in RunTimeEngine.&lt;BR /&gt;My .vi is a state machine that remains in" Idle"until you press the start button, then it executes all cases and then returns to "idle".&lt;BR /&gt;I run six rep and I notice that in LabView memory is allocated and then deallocated in a run with respect to that other; in RunTimeEngine the memory is only allocated.&lt;BR /&gt;My first modify was to replace "redundant" property node as suggested by "crossrulz" and my first result was very good in terms of absolute value of memory usage.&lt;BR /&gt;I have summarized my first results in the following image.&lt;BR /&gt;Than I start working with "Desktop Execution Trace Toolkit." that was really a revelation! (thanks thoult)&lt;BR /&gt;I am learning to use the tool, but I've already found several "reference leaks".&lt;BR /&gt;I continue in my work hoping to soon find my mistake and share it with you&lt;BR /&gt;thank you all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/185961i236EDB2DED5728CD/image-size/medium?v=v2&amp;amp;px=-1" border="0" alt="MemoryMonitoring.JPG" title="MemoryMonitoring.JPG" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 09:03:25 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Increasing-occupation-of-the-PC-RAM-of-executable-with/m-p/3319495#M972737</guid>
      <dc:creator>scmm</dc:creator>
      <dc:date>2016-07-08T09:03:25Z</dc:date>
    </item>
  </channel>
</rss>

