<?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 proc nlin performance in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-nlin-performance/m-p/93258#M257533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm running a proc nlin on a large data set, it takes forever to complete.&lt;/P&gt;&lt;P&gt;it runs on a big unix server with 32gb memory.&lt;/P&gt;&lt;P&gt;on the unix performance monitor i see that it is using full i/o and almost no memory, only 27mb.&lt;/P&gt;&lt;P&gt;i would expect proc nlin to be memory intensive and use a lot of it when available. is this assumption correct?&lt;/P&gt;&lt;P&gt;are there suggestions for performance tuning?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc options group=memory; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;returns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORTSIZE=4294967296&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Size parameter for sort&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUMSIZE=0 Upper limit for data-dependent memory usage during summarization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAXMEMQUERY=6291456&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maximum amount of memory returned when inquiring as to available space&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOADMEMSIZE=0 Suggested memory limit for loaded SAS executables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MEMSIZE=8589934592&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifies the limit on the total amount of memory to be used by the SAS System&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REALMEMSIZE=17179869184&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Limit on the total amount of real memory to be used by the SAS System&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Bart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2012 09:55:18 GMT</pubDate>
    <dc:creator>bheinsius</dc:creator>
    <dc:date>2012-06-27T09:55:18Z</dc:date>
    <item>
      <title>proc nlin performance</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-nlin-performance/m-p/93258#M257533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm running a proc nlin on a large data set, it takes forever to complete.&lt;/P&gt;&lt;P&gt;it runs on a big unix server with 32gb memory.&lt;/P&gt;&lt;P&gt;on the unix performance monitor i see that it is using full i/o and almost no memory, only 27mb.&lt;/P&gt;&lt;P&gt;i would expect proc nlin to be memory intensive and use a lot of it when available. is this assumption correct?&lt;/P&gt;&lt;P&gt;are there suggestions for performance tuning?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc options group=memory; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;returns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORTSIZE=4294967296&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Size parameter for sort&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUMSIZE=0 Upper limit for data-dependent memory usage during summarization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAXMEMQUERY=6291456&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maximum amount of memory returned when inquiring as to available space&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOADMEMSIZE=0 Suggested memory limit for loaded SAS executables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MEMSIZE=8589934592&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifies the limit on the total amount of memory to be used by the SAS System&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REALMEMSIZE=17179869184&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Limit on the total amount of real memory to be used by the SAS System&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Bart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 09:55:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-nlin-performance/m-p/93258#M257533</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2012-06-27T09:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: proc nlin performance</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-nlin-performance/m-p/93259#M257534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;never mind this, input data for proc nlin was a view that was taking a long time to resolve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 07:56:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-nlin-performance/m-p/93259#M257534</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2012-06-28T07:56:23Z</dc:date>
    </item>
  </channel>
</rss>

