<?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: MEMSIZE hardware limit in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/MEMSIZE-hardware-limit/m-p/476196#M286070</link>
    <description>&lt;P&gt;Try -memsize 0&amp;nbsp; .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and run&lt;/P&gt;
&lt;P&gt;proc options option=memsize;run;&lt;/P&gt;
&lt;P&gt;to check the available memory size assigned for sas.&lt;/P&gt;</description>
    <pubDate>Sat, 07 Jul 2018 10:51:28 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2018-07-07T10:51:28Z</dc:date>
    <item>
      <title>MEMSIZE hardware limit</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MEMSIZE-hardware-limit/m-p/476142#M286067</link>
      <description>&lt;P&gt;I set my MEMSIZE to &lt;SPAN&gt;MEMSIZE=&lt;/SPAN&gt;MAX on a Windows LOCAL server with 32GB of RAM and almost 300GB&amp;nbsp;free on the primary system SSD.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, DATA step with hash objects terminates when virtual memory file reaches 57GB.&amp;nbsp; Why is that?&amp;nbsp; Is that a hardware limit or can virtual memory not exceed two times the RAM?&amp;nbsp; What else can I do to increase the size of available virtual memory?&amp;nbsp; I am only dealing with a 3GB dataset of 1M records.&amp;nbsp; That's not that big.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have much more space than 57GB on the primary SSD and, additionally, I have a 4TB secondary HD on the system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 20:15:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MEMSIZE-hardware-limit/m-p/476142#M286067</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2018-07-06T20:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: MEMSIZE hardware limit</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MEMSIZE-hardware-limit/m-p/476151#M286068</link>
      <description>&lt;P&gt;Apart from the memory issue, I think that a hash object that forces paging defeats its purpose of avoiding I/O.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 20:34:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MEMSIZE-hardware-limit/m-p/476151#M286068</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-07-06T20:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: MEMSIZE hardware limit</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MEMSIZE-hardware-limit/m-p/476162#M286069</link>
      <description>I know, Kurt.  The question is not about Hash Objects, though.&lt;BR /&gt;&lt;BR /&gt;I think I figured out the source of the limit.  It was the Windows Virtual Memory setting which, by default is equal to the RAM size.  In my case 32GB of RAM was matched to 33GB of Virtual Memory auto-allocated by Windows.  That's about 64GB, of which, 57GB was available to SAS.</description>
      <pubDate>Fri, 06 Jul 2018 21:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MEMSIZE-hardware-limit/m-p/476162#M286069</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2018-07-06T21:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: MEMSIZE hardware limit</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MEMSIZE-hardware-limit/m-p/476196#M286070</link>
      <description>&lt;P&gt;Try -memsize 0&amp;nbsp; .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and run&lt;/P&gt;
&lt;P&gt;proc options option=memsize;run;&lt;/P&gt;
&lt;P&gt;to check the available memory size assigned for sas.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jul 2018 10:51:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MEMSIZE-hardware-limit/m-p/476196#M286070</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-07-07T10:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: MEMSIZE hardware limit</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MEMSIZE-hardware-limit/m-p/476201#M286071</link>
      <description>My understanding of documentation is that MEMSIZE=0 and MEMSIZE=MAX are equivalent, no?&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Jul 2018 13:07:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MEMSIZE-hardware-limit/m-p/476201#M286071</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2018-07-07T13:07:15Z</dc:date>
    </item>
  </channel>
</rss>

