<?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: How to release memory in loop script in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-release-memory-in-loop-script/m-p/486695#M73054</link>
    <description>&lt;P&gt;What if you use a matrix instead of a temporary column?&amp;nbsp; I think you can release memory simply by setting the matrix variable = .&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 12:51:09 GMT</pubDate>
    <dc:creator>pmroz</dc:creator>
    <dc:date>2022-05-13T12:51:09Z</dc:date>
    <item>
      <title>How to release memory in loop script</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-release-memory-in-loop-script/m-p/485911#M72980</link>
      <description>&lt;P&gt;I created a loop script for a very big dataset. When looping, for all the temporary data table, I use close(dt, No Save), seems it can release the memory. However, in one of the data table, I keep adding a temporary column, did some post process, then delete that column. After I finish running the loop, 5G of my HDD is gone. Is there any way I can release the memory after I delete the temporary column? Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:58:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-release-memory-in-loop-script/m-p/485911#M72980</guid>
      <dc:creator>zephyrfei</dc:creator>
      <dc:date>2023-06-09T16:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to release memory in loop script</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-release-memory-in-loop-script/m-p/485932#M72981</link>
      <description>&lt;P&gt;I doubt this is possible as it would break the Undo functionality to undo deleting a column.&lt;BR /&gt;A workaround would be to save the data table in the loop after deleting temp column, close the table, and then reopen it to create the next temp column.&amp;nbsp; This would cause JMP to release the memory every time the table is closed.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 05:20:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-release-memory-in-loop-script/m-p/485932#M72981</guid>
      <dc:creator>Mark_Zwald</dc:creator>
      <dc:date>2022-05-11T05:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to release memory in loop script</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-release-memory-in-loop-script/m-p/485935#M72983</link>
      <description>&lt;P&gt;Never thought of that. Thank you for the suggestion!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 05:51:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-release-memory-in-loop-script/m-p/485935#M72983</guid>
      <dc:creator>zephyrfei</dc:creator>
      <dc:date>2022-05-11T05:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to release memory in loop script</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-release-memory-in-loop-script/m-p/486695#M73054</link>
      <description>&lt;P&gt;What if you use a matrix instead of a temporary column?&amp;nbsp; I think you can release memory simply by setting the matrix variable = .&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 12:51:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-release-memory-in-loop-script/m-p/486695#M73054</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2022-05-13T12:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to release memory in loop script</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-release-memory-in-loop-script/m-p/486738#M73057</link>
      <description>&lt;P&gt;Good point. You could also use the same column instead of deleting it, particularly if it was a character column. Just clear the contents by assigning a '.' or a "" for numeric or character respectively.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 13:46:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-release-memory-in-loop-script/m-p/486738#M73057</guid>
      <dc:creator>mikedriscoll</dc:creator>
      <dc:date>2022-05-13T13:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to release memory in loop script</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-release-memory-in-loop-script/m-p/801166#M97675</link>
      <description>&lt;P&gt;When JMP detects that there is not enough memory to store the information for Undo it asks the user if it's OK to preceed without the possibility to trigger UNDO.&lt;BR /&gt;&lt;BR /&gt;Can this "no UNDO" mode be turned on via JSL?&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2024 12:45:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-release-memory-in-loop-script/m-p/801166#M97675</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-09-21T12:45:43Z</dc:date>
    </item>
  </channel>
</rss>

