<?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 How to increase the memsize in SAS EG? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-increase-the-memsize-in-SAS-EG/m-p/326220#M21744</link>
    <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to increase the memsize setting (from 2G to 8G) because my program stops and sends me the error message 'out of memory'. I'm aware of the solution provided here: &lt;A href="http://support.sas.com/kb/40/480.html" target="_blank"&gt;http://support.sas.com/kb/40/480.html&lt;/A&gt;. But I don't understand how I can do it.&lt;/P&gt;&lt;P&gt;If the information can help, I'm using SAS EG in my local machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answers.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2017 10:25:20 GMT</pubDate>
    <dc:creator>marnau901e</dc:creator>
    <dc:date>2017-01-20T10:25:20Z</dc:date>
    <item>
      <title>How to increase the memsize in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-increase-the-memsize-in-SAS-EG/m-p/326220#M21744</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to increase the memsize setting (from 2G to 8G) because my program stops and sends me the error message 'out of memory'. I'm aware of the solution provided here: &lt;A href="http://support.sas.com/kb/40/480.html" target="_blank"&gt;http://support.sas.com/kb/40/480.html&lt;/A&gt;. But I don't understand how I can do it.&lt;/P&gt;&lt;P&gt;If the information can help, I'm using SAS EG in my local machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answers.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 10:25:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-increase-the-memsize-in-SAS-EG/m-p/326220#M21744</guid>
      <dc:creator>marnau901e</dc:creator>
      <dc:date>2017-01-20T10:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the memsize in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-increase-the-memsize-in-SAS-EG/m-p/326225#M21745</link>
      <description>&lt;P&gt;With a memsize of 2G, your problem might come from a mistaken way to use a procedure or data step.&lt;/P&gt;
&lt;P&gt;Please post your code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Setting the memsize must occur when a SAS process starts, from the configuration file or the commandline.&lt;/P&gt;
&lt;P&gt;Which server do you use in EG? "Local" or another?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 11:22:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-increase-the-memsize-in-SAS-EG/m-p/326225#M21745</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-20T11:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the memsize in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-increase-the-memsize-in-SAS-EG/m-p/326227#M21746</link>
      <description>&lt;P&gt;Thanks Kurt for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find appended the code.&lt;/P&gt;&lt;P&gt;Briefly, it aims to estimate a risk associated with a bootstrapped 95%CI (500 replicates) for about a thousand of drug/event pairs. The calculations are based on a population table of 500k persons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the server 'local' in SAS EG.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 11:43:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-increase-the-memsize-in-SAS-EG/m-p/326227#M21746</guid>
      <dc:creator>marnau901e</dc:creator>
      <dc:date>2017-01-20T11:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the memsize in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-increase-the-memsize-in-SAS-EG/m-p/326234#M21748</link>
      <description>&lt;P&gt;OK, the only step I see that might cause it is the proc univariate, but with only one variable and 500k observations that should not pose a problem. But i will leave that to others who are more familiar with it.&lt;/P&gt;
&lt;P&gt;Can you infer from the log which if the steps causes the memory overflow?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you have a local SAS (and no metadata infrastructure), setting the memsize in the main sasv9.cfg located in the Program Files\SAS\SASFoundation\9.4 directory should work.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 12:31:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-increase-the-memsize-in-SAS-EG/m-p/326234#M21748</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-20T12:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the memsize in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-increase-the-memsize-in-SAS-EG/m-p/326279#M21750</link>
      <description>&lt;P&gt;Thanks a lot Kurt! I achieved to increase the memsize thanks to your advice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The log does not indicate any helpful information about the causes of the memory overflow...&lt;/P&gt;&lt;P&gt;As you, I assume that the problem comes from the bootstrap process, but I don't know which point exactly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 14:19:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-increase-the-memsize-in-SAS-EG/m-p/326279#M21750</guid>
      <dc:creator>marnau901e</dc:creator>
      <dc:date>2017-01-20T14:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the memsize in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-increase-the-memsize-in-SAS-EG/m-p/326624#M21770</link>
      <description>&lt;P&gt;The best advice I can give is to extract the code from the macro, set the macro variables manually and let the steps run one by one.&lt;/P&gt;
&lt;P&gt;It's best to do the "macro-izing" of code after the steps work on their own.&lt;/P&gt;
&lt;P&gt;Also add %put statements in the macro to help identify which macro iteration (if you have such) leads to the crash, if you can't test it manually owing to too many iterations.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 08:17:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-increase-the-memsize-in-SAS-EG/m-p/326624#M21770</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-23T08:17:04Z</dc:date>
    </item>
  </channel>
</rss>

