<?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: MRM dataload job memory issue in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/490535#M14095</link>
    <description>&lt;P&gt;also, from "sas visual analytics server admin" tool I can see most of tables (for "mrmlasr" lasr library) are in "unloaded" status&amp;nbsp;so I believe there is not much to delete there. however, there are 100 + tables (metadata definition) for mrmlasr library are out there.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Aug 2018 16:02:39 GMT</pubDate>
    <dc:creator>woo</dc:creator>
    <dc:date>2018-08-28T16:02:39Z</dc:date>
    <item>
      <title>MRM dataload job memory issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/489342#M14014</link>
      <description>&lt;P&gt;I am running sas 9.4 on Linux vm.&lt;/P&gt;
&lt;P&gt;I am running into below&amp;nbsp;error when I run dataload job for MRM application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;ERROR: Insufficient resources to perform the operation.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;ERROR: The SAS System stopped processing this step because of insufficient memory.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this error pop up when code is trying to Loads tables into LASR and applies RLS permissions, simple data step and set statement&amp;nbsp;(below). &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;data MRMlasr.MODELREVIEW_lasr;&lt;BR /&gt;set MRMdata.MODELREVIEW;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have set up memsize to max (which is like ~30 gb). however, only 2 gb is available all the time on vm (only have ~30 gb total memory) + buffer/cached available is ~26 gb. while running job, I am keeping eye on system resources (with top cmd) but don't see any SAS session in top&amp;nbsp;3 top usage processes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any thoughts/ideas what else can be done? Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 17:39:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/489342#M14014</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2018-08-23T17:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: MRM dataload job memory issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/489395#M14016</link>
      <description>&lt;P&gt;Please add the FULLSTIMER SAS option to your SAS code and post the log. This will show actual memory usage.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 20:14:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/489395#M14016</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-08-23T20:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: MRM dataload job memory issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/489431#M14017</link>
      <description>&lt;P&gt;data MRMlasr.MODELREVIEW_lasr;&lt;BR /&gt;set MRMdata.MODELREVIEW;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;ERROR: Insufficient resources to perform the operation.&lt;BR /&gt;ERROR: The SAS System stopped processing this step because of insufficient memory.&lt;BR /&gt;NOTE: There were 1597 observations read from the data set MRMDATA.MODELREVIEW.&lt;BR /&gt;WARNING: The data set MRMLASR.MODELREVIEW_LASR may be incomplete.&amp;nbsp; When this step was stopped there were 1597 observations and 376 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.19 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.46 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; system cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.27 seconds&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; memory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16181.96k&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OS Memory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 39888.00k&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Step Count&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1746&amp;nbsp; Switch Count&amp;nbsp; 54&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Page Faults&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Page Reclaims&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4150&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Page Swaps&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Voluntary Context Switches&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 695&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Involuntary Context Switches&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 74&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 21:53:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/489431#M14017</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2018-08-23T21:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: MRM dataload job memory issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/489441#M14018</link>
      <description>&lt;P&gt;That is strange as your DATA step is only reported using 16 MB of memory. It looks like you are loading a table into LASR memory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check how much free space you have in your LASR library&amp;nbsp;MRMlasr - maybe you have run out of space there.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 22:40:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/489441#M14018</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-08-23T22:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: MRM dataload job memory issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/489494#M14026</link>
      <description>That is the memory usage of the step. The step only really needs a PDV allocated. The ERROR is coming from the library you are trying to write to. &lt;BR /&gt;&lt;BR /&gt;You are more than likely hitting the memory limit on the LASR server. If its SMP the SAS session MEMSIZE option is the cap. In an MMP configuration there are some options for restricting the memory allocator via an environment vairable and there is also some options you can add to the proc lasr that starts the server.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/inmsref/68736/HTML/default/viewer.htm#n18hbm82nhmooan1hxz5fhzu68w0.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/inmsref/68736/HTML/default/viewer.htm#n18hbm82nhmooan1hxz5fhzu68w0.htm&lt;/A&gt;</description>
      <pubDate>Fri, 24 Aug 2018 05:27:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/489494#M14026</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2018-08-24T05:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: MRM dataload job memory issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/489730#M14040</link>
      <description>&lt;P&gt;thanks SASKivi, Simon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mrmlasr is point to where&amp;nbsp;we load lasr tables and we have&amp;nbsp;enough space down there, 100+ gb.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have memsize setup&amp;nbsp;at max.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/57464"&gt;@Simon&lt;/a&gt; -&amp;gt; I don't find "resource.setting", I can't be root to find that file,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 19:13:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/489730#M14040</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2018-08-24T19:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: MRM dataload job memory issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/489781#M14044</link>
      <description>&lt;P&gt;I am also removing older sas datasets from different libraries before running new job making sure no older datasets sitting out there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;also, mrmlasr is a SASIOLA library. so if I highlight mrmlasr library from sas mc from "library manager" it shows lot of tables. do I need to remove/delete those tables as well? Thanks...&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 21:52:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/489781#M14044</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2018-08-24T21:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: MRM dataload job memory issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/489783#M14045</link>
      <description>&lt;P&gt;Your MRMLASR library is limited to the amount of memory allocated to it. You need to delete tables no longer required in this library to free up memory. I never used MRM, but I would hope it has something like the SAS VA Administrator web page. This is a good place to check your MRMLASR tables as it tells you how much space they take up and you can also unload tables there.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 22:09:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/489783#M14045</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-08-24T22:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: MRM dataload job memory issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/490529#M14093</link>
      <description>&lt;P&gt;Thank you SASKIWI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So mrmlasr is lasr library and data provider library (base library) is different for that "mrmlasr" lasr library.&lt;/P&gt;
&lt;P&gt;I cleaned up data provider library (base library) at os level by removing physical data created from dataload job. trying to figure if any metadata table definition tied up with "mrmlasr" lasr library needed for dataload job and if I can remove other metadata table definition as well.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 15:52:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/490529#M14093</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2018-08-28T15:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: MRM dataload job memory issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/490535#M14095</link>
      <description>&lt;P&gt;also, from "sas visual analytics server admin" tool I can see most of tables (for "mrmlasr" lasr library) are in "unloaded" status&amp;nbsp;so I believe there is not much to delete there. however, there are 100 + tables (metadata definition) for mrmlasr library are out there.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 16:02:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/MRM-dataload-job-memory-issue/m-p/490535#M14095</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2018-08-28T16:02:39Z</dc:date>
    </item>
  </channel>
</rss>

