<?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 SAS UE insufficient memory error in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SAS-UE-insufficient-memory-error/m-p/519886#M3894</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am running a proc mixed model with two random intercepts and no predictors, and I'm getting the&amp;nbsp;&lt;SPAN&gt;insufficient memory error "ERROR: The SAS System stopped processing this step because of insufficient memory."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've already tried increasing the RAM in the VM, but didn't help. My total # of rows is&amp;nbsp;1256722;&amp;nbsp;Total columns: 75.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Are there any solutions to this issue or is it a limitation of SAS UE?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you in&amp;nbsp;advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The code is below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=cl.pain noclprint;
class idfin countryfin;
model painl=/solution;
random intercept / subject=countryfin type=vc;
random intercept / subject=idfin(countryfin) type=vc;
options fullstimer;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Dec 2018 10:10:45 GMT</pubDate>
    <dc:creator>rodonoso</dc:creator>
    <dc:date>2018-12-10T10:10:45Z</dc:date>
    <item>
      <title>SAS UE insufficient memory error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-UE-insufficient-memory-error/m-p/519886#M3894</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am running a proc mixed model with two random intercepts and no predictors, and I'm getting the&amp;nbsp;&lt;SPAN&gt;insufficient memory error "ERROR: The SAS System stopped processing this step because of insufficient memory."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've already tried increasing the RAM in the VM, but didn't help. My total # of rows is&amp;nbsp;1256722;&amp;nbsp;Total columns: 75.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Are there any solutions to this issue or is it a limitation of SAS UE?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you in&amp;nbsp;advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The code is below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc mixed data=cl.pain noclprint;
class idfin countryfin;
model painl=/solution;
random intercept / subject=countryfin type=vc;
random intercept / subject=idfin(countryfin) type=vc;
options fullstimer;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 10:10:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-UE-insufficient-memory-error/m-p/519886#M3894</guid>
      <dc:creator>rodonoso</dc:creator>
      <dc:date>2018-12-10T10:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS UE insufficient memory error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-UE-insufficient-memory-error/m-p/519891#M3898</link>
      <description>&lt;P&gt;SAS UE is a learning tool, so yes it will have limitations.&amp;nbsp; You are looking at 1.25mil observations which does not sound like a "learning example dataset" to me.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2018 10:29:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-UE-insufficient-memory-error/m-p/519891#M3898</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-12-10T10:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS UE insufficient memory error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-UE-insufficient-memory-error/m-p/520027#M3915</link>
      <description>When you increased the RAM what size did you set it to? And how big is the SAS data set in terms of MB/GB? And I assume you restarted your VM between changing the RAM settings? And you also set it to two cores?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Dec 2018 16:10:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-UE-insufficient-memory-error/m-p/520027#M3915</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-10T16:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS UE insufficient memory error</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-UE-insufficient-memory-error/m-p/520302#M4012</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;for your reply. I increased the RAM size to 4 GB, and it is set to 2 cores. I did restart it after changing RAM settings.&amp;nbsp;The&lt;SPAN&gt;&amp;nbsp;SAS data set is about 800 MB. Do you have any suggestions? I read all your posts because you have been&amp;nbsp;commenting on this&amp;nbsp;topic, but couldn't find any solutions (other than buying the license to be able to use the full version). Thanks again!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 09:34:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-UE-insufficient-memory-error/m-p/520302#M4012</guid>
      <dc:creator>rodonoso</dc:creator>
      <dc:date>2018-12-11T09:34:44Z</dc:date>
    </item>
  </channel>
</rss>

