<?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 Can SAS end users use code to clean up CAS memory in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Can-SAS-end-users-use-code-to-clean-up-CAS-memory/m-p/914249#M360250</link>
    <description>&lt;P&gt;I've been adding data to what I thought were temporary cas&amp;nbsp; tables. But after several sessions I'm getting the below error that i'm out of memory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cloud Analytic Services failed writing to system disk space. Please contact your administrator. No space left on device&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've submitted a request to our administrator to clear it out. But is there a way for myself as an end user to clear it out?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;matt&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Feb 2024 16:58:23 GMT</pubDate>
    <dc:creator>mpirritano</dc:creator>
    <dc:date>2024-02-02T16:58:23Z</dc:date>
    <item>
      <title>Can SAS end users use code to clean up CAS memory</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-SAS-end-users-use-code-to-clean-up-CAS-memory/m-p/914249#M360250</link>
      <description>&lt;P&gt;I've been adding data to what I thought were temporary cas&amp;nbsp; tables. But after several sessions I'm getting the below error that i'm out of memory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cloud Analytic Services failed writing to system disk space. Please contact your administrator. No space left on device&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've submitted a request to our administrator to clear it out. But is there a way for myself as an end user to clear it out?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 16:58:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-SAS-end-users-use-code-to-clean-up-CAS-memory/m-p/914249#M360250</guid>
      <dc:creator>mpirritano</dc:creator>
      <dc:date>2024-02-02T16:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS end users use code to clean up CAS memory</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-SAS-end-users-use-code-to-clean-up-CAS-memory/m-p/914371#M360298</link>
      <description>&lt;P&gt;If you created or loaded the table then I would expect that you also have the permissions to drop or truncate the table.&lt;/P&gt;
&lt;P&gt;For tables and data that you only need within a session I would also only create the table with session scope and not promote it. That will drop the table the moment your session gets terminated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error message you shared is about CAS_DISK_CACHE which for example gets used when CAS needs to move data from one node to another.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.2/caspg/n09dk3dbd4xlccn18dl6i9be29hs.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.2/caspg/n09dk3dbd4xlccn18dl6i9be29hs.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This disk space is shared by all CAS processes and though it's not necessarily what you have been doing that caused the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With Viya things improve quickly. Please always share the release you're working with.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2024 03:18:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-SAS-end-users-use-code-to-clean-up-CAS-memory/m-p/914371#M360298</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-02-03T03:18:07Z</dc:date>
    </item>
  </channel>
</rss>

