<?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: SAS custom memory setings in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/508405#M14804</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/145980"&gt;@nhvdwalt&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks , I get the below output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Option Value Information For SAS Option MEMSIZE&lt;BR /&gt;Value: 171798691840&lt;BR /&gt;Scope: SAS Session&lt;BR /&gt;How option value set: SAS Session Startup Command Line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How should I set it up in the startup command line?&lt;/P&gt;</description>
    <pubDate>Mon, 29 Oct 2018 16:45:59 GMT</pubDate>
    <dc:creator>RupaJ</dc:creator>
    <dc:date>2018-10-29T16:45:59Z</dc:date>
    <item>
      <title>SAS custom memory setings</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/508367#M14801</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We recently migrated our SAS from old to new server. Installed SAS 9.4 M5 and migrated all users and jobs. Now we have 2 SASApp contexts - SASApp and SASApp2 and we have larger memory settings for SASApp2 so we could accommodate some bulk jobs. I will need to add those memory settings to the new server and trying to see where that is added (which config file) on the old server and I am unable to find out :-(. Here is everything that I checked and none of the files has it. Are there any more files that I could check?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/opt/sas/sashome/SASFoundation/9.4/sasv9.cfg&lt;BR /&gt;/opt/sas/sashome/SASFoundation/9.4/nls/en/sasv9.cfg&lt;BR /&gt;/opt/sas/sashome/SASFoundation/9.4/sasv9_local.cfg&lt;BR /&gt;/opt/sas/config/Lev2/SASApp/sasv9.cfg&lt;BR /&gt;/opt/sas/config/Lev2/SASApp/sasv9_usermods.cfg&lt;BR /&gt;/opt/sas/config/Lev2/SASApp/WorkspaceServer/sasv9.cfg&lt;BR /&gt;/opt/sas/config/Lev2/SASApp/WorkspaceServer/sasv9_usermods.cfg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 15:03:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/508367#M14801</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2018-10-29T15:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS custom memory setings</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/508369#M14802</link>
      <description>&lt;P&gt;Have you looked in Lev1/SASApp2?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And don't forget to look into the SAS metadata for the SASApp2 server context. It might be entered via the command line.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 15:07:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/508369#M14802</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-29T15:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS custom memory setings</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/508375#M14803</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/185092"&gt;@RupaJ&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run proc options with the VALUE option, for example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc options option=memsize value;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will tell you where that option was loaded from, for that particular SAS session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 15:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/508375#M14803</guid>
      <dc:creator>nhvdwalt</dc:creator>
      <dc:date>2018-10-29T15:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS custom memory setings</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/508405#M14804</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/145980"&gt;@nhvdwalt&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks , I get the below output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Option Value Information For SAS Option MEMSIZE&lt;BR /&gt;Value: 171798691840&lt;BR /&gt;Scope: SAS Session&lt;BR /&gt;How option value set: SAS Session Startup Command Line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How should I set it up in the startup command line?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 16:45:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/508405#M14804</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2018-10-29T16:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS custom memory setings</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/508472#M14805</link>
      <description>&lt;P&gt;MEMSIZE settings should be added to&amp;nbsp;&lt;SPAN&gt;sasv9_usermods.cfg for SASApp2.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 19:05:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/508472#M14805</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-10-29T19:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS custom memory setings</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/508742#M14813</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;is correct. Custom setting should be placed in the *_usermods files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, we still need to trace your setting here.....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Workspace Server sessions (Enterprise Guide, Enterprise Miner, etc.) have a look in WorkspaceServer.sh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For batch jobs, have a look in Batchserver.sh, assuming you call you batch scripts from here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Command line in you output means the option is set at the point where the SAS executable is called&amp;nbsp; on the command line e.g. ..\sas.exe -memsize 1G&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 15:08:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/508742#M14813</guid>
      <dc:creator>nhvdwalt</dc:creator>
      <dc:date>2018-10-30T15:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS custom memory setings</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/509018#M14839</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/185092"&gt;@RupaJ&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/145980"&gt;@nhvdwalt&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks , I get the below output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Option Value Information For SAS Option MEMSIZE&lt;BR /&gt;Value: 171798691840&lt;BR /&gt;Scope: SAS Session&lt;BR /&gt;How option value set: SAS Session Startup Command Line&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How should I set it up in the startup command line?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;"Command line" might point to something written into the server definition in SAS metadata, or supplied as part of the startup shell script(s). As you can see, this leaves quite some ambiguity, while placing options into one of the sasv9_usermods.cfg files enables SAS to exactly know from which file it was read, and report that.&lt;/P&gt;
&lt;P&gt;(Since the command line arguments are built before SAS starts, the process has no way to know from where a particular item comes from)&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 07:06:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/509018#M14839</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-31T07:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS custom memory setings</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/509263#M14845</link>
      <description>&lt;P&gt;Thanks for all the responses!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/145980"&gt;@nhvdwalt&lt;/a&gt;&amp;nbsp;-- Yes you were right!! The settings were in workspace.sh file. As you all have suggested, I have now put them on&amp;nbsp;&lt;SPAN&gt;sasv9_usermods.cfg file on the new server.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks again for all your responses!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 18:57:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-custom-memory-setings/m-p/509263#M14845</guid>
      <dc:creator>RupaJ</dc:creator>
      <dc:date>2018-10-31T18:57:16Z</dc:date>
    </item>
  </channel>
</rss>

