<?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 Visual Analytics Memory Issue in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Memory-Issue/m-p/403444#M8342</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10246"&gt;@sandeep_reddy&lt;/a&gt;&amp;nbsp;- "&lt;SPAN&gt;But when i ran through the query from SAS EG to check the table memory ,still it is showing as "80 GB". "&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please post the query that reports this.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2017 04:26:34 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2017-10-12T04:26:34Z</dc:date>
    <item>
      <title>SAS Visual Analytics Memory Issue</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Memory-Issue/m-p/403434#M8339</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Today i have observed a different issue in SAS Visual Analytics. I have unloaded all the tables from Public LASR Analytics Library and for a check from&amp;nbsp; SAS VA Administration - LASR Servers ,the memory occupied is "0 MB".&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when i ran through the query from SAS EG to check the table memory ,still it is showing as "80 GB". Every time to resolve this issue i am doing a restart of physical server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then all the memory tables are&amp;nbsp; getting cleared . Please let me know if there is any way to rectify this issue if i unload a table that should also be cleared from memory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Sandeep&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 03:37:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Memory-Issue/m-p/403434#M8339</guid>
      <dc:creator>sandeep_reddy</dc:creator>
      <dc:date>2017-10-12T03:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Analytics Memory Issue</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Memory-Issue/m-p/403444#M8342</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10246"&gt;@sandeep_reddy&lt;/a&gt;&amp;nbsp;- "&lt;SPAN&gt;But when i ran through the query from SAS EG to check the table memory ,still it is showing as "80 GB". "&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please post the query that reports this.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 04:26:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Memory-Issue/m-p/403444#M8342</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-10-12T04:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Analytics Memory Issue</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Memory-Issue/m-p/403449#M8343</link>
      <description>Hi There, i am using below query to check .&lt;BR /&gt;libname lamem sasiola host="server name" port=10031;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/* Alternatively, use the PRINT procedure */&lt;BR /&gt;data lasrmemory;&lt;BR /&gt;  set lamem._T_LASRMEMORY;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;proc print data=lasrmemory;&lt;BR /&gt;    title "Non-distributed Server Memory Use";&lt;BR /&gt;    format _numeric_ sizekmg9.2;&lt;BR /&gt;run;</description>
      <pubDate>Thu, 12 Oct 2017 05:18:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Memory-Issue/m-p/403449#M8343</guid>
      <dc:creator>sandeep_reddy</dc:creator>
      <dc:date>2017-10-12T05:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Visual Analytics Memory Issue</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Memory-Issue/m-p/403489#M8347</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10246"&gt;@sandeep_reddy&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume that you are loading data to the LASR server somewhere outside of SAS Visual Analytics. If my assumption is correct, after successful load you have to create the metadata entry for a table that was loaded into the memory. You can do that by using macro below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Register Table Macro */
%macro registertable( REPOSITORY=Foundation, REPOSID=, LIBRARY=, TABLE=, FOLDER=, TABLEID=, PREFIX= );

/* Mask special characters */

%let REPOSITORY=%superq(REPOSITORY);
%let LIBRARY   =%superq(LIBRARY);
%let FOLDER    =%superq(FOLDER);
%let TABLE     =%superq(TABLE);

%let REPOSARG=%str(REPNAME="&amp;amp;REPOSITORY.");
%if ("&amp;amp;REPOSID." ne "") %THEN %LET REPOSARG=%str(REPID="&amp;amp;REPOSID.");

%if ("&amp;amp;TABLEID." ne "") %THEN %LET SELECTOBJ=%str(&amp;amp;TABLEID.);
%else                         %LET SELECTOBJ=&amp;amp;TABLE.;

%if ("&amp;amp;FOLDER." ne "") %THEN
   %PUT INFO: Registering &amp;amp;FOLDER./&amp;amp;SELECTOBJ. to &amp;amp;LIBRARY. library.;
%else
   %PUT INFO: Registering &amp;amp;SELECTOBJ. to &amp;amp;LIBRARY. library.;

proc metalib;
   omr (
      library="&amp;amp;LIBRARY."
      %str(&amp;amp;REPOSARG.)
       );
   %if ("&amp;amp;TABLEID." eq "") %THEN %DO;
      %if ("&amp;amp;FOLDER." ne "") %THEN %DO;
         folder="&amp;amp;FOLDER.";
      %end;
   %end;
   %if ("&amp;amp;PREFIX." ne "") %THEN %DO;
      prefix="&amp;amp;PREFIX.";
   %end;
   select ("&amp;amp;SELECTOBJ.");
run;
quit;

%mend;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;How to use it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%registerTable(
  LIBRARY=%nrstr(/Shared Data/SAS Visual Analytics/Public/Visual Analytics Public LASR)
 , REPOSITORY=%nrstr(Foundation)
 , TABLE=%nrstr(&amp;lt;TABLE_NAME&amp;gt;)
 , FOLDER=%nrstr(/Shared Data/SAS Visual Analytics/Public/LASR)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;_T_LASRMEMORY shows what you have in the memory. SAS Visual Analytics Administrator checks if any entries exist in the metadata, then gets their size information.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 10:58:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-Visual-Analytics-Memory-Issue/m-p/403489#M8347</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-10-12T10:58:30Z</dc:date>
    </item>
  </channel>
</rss>

