<?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: Copying and reusing nodes in Enterprise Miner screwing up model selection in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Copying-and-reusing-nodes-in-Enterprise-Miner-screwing-up-model/m-p/390990#M5921</link>
    <description>&lt;P&gt;I'm not aware of anyone else who has reported this behavior, but I would recommend the following:&lt;/P&gt;
&lt;P&gt;1 - Check whether it is limited to a single project (e.g. if you build a new project, does the situation persist?)&lt;/P&gt;
&lt;P&gt;2 - Check whether you are running a supported version of Java (e.g. Java always tries to update itself but is not backwards compatible so 'newer' versions of Java can cause applications running on Java to behave strangely)&lt;/P&gt;
&lt;P&gt;3 - Check your &lt;U&gt;available&lt;/U&gt; system resources such as available RAM, unused disk space, etc... (when you run low on memory be it virtual or disk memory, you can get strange behavior)&lt;/P&gt;
&lt;P&gt;4 - Check how much memory is being allocated to Java (e.g. apps running Java can behave strangely&amp;nbsp;when Java runs out of memory) by submitting the code below in a SAS Code node in SAS Enterprise Miner&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;proc options group=memory;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="cs680D5D61"&gt;How Much Memory?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="cs680D5D61"&gt;Memory for Client and Server Machines&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="cs680D5D61"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="csAEEDF97E"&gt;The SAS Enterprise Miner 14.1 product is designed to run in a client/server environment. Here are some recommendations for memory on SAS Enterprise Miner 14.1 client and server machines.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;• Client — a minimum of 4 GB of physical RAM dedicated to the SAS Enterprise Miner 14.1 product running on the client machine.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;• Server — a minimum of 6 GB of physical RAM, plus 2 GB per concurrent user.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;• Mid-Tier — a minimum of 8 GB of physical RAM.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;With regards to how much memory you need, it depends on the nodes being process and the size of the data sources. &amp;nbsp;I am quoting the&lt;A href="http://support.sas.com/documentation/onlinedoc/miner/index.html" target="_self"&gt; SAS Enterprise Miner 14.1 Reference Help&lt;/A&gt; from page 28 of the PDF below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;/*** BEGIN HELP EXCERPT ***/&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="cs680D5D61"&gt;Configuring the MEMSIZE Parameter&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="cs680D5D61"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="csAEEDF97E"&gt;After sizing and configuring memory for your server, you must allocate memory for the SAS Enterprise Miner 14.1 application. Use the MEMSIZE parameter in your config.sas file to specify the memory allocation for SAS Enterprise Miner 14.1. See the Base SAS documentation for the location of the config.sas file in your SAS 9.4 installation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="csAEEDF97E"&gt;The MEMSIZE option is the upper limit to the amount of memory the SAS System can use on a per-session basis. Each session uses memory as required up to the specified MEMSIZE limit. The configuration file is located in the root directory of your SAS Enterprise Miner 14.1 installation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;•&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="cs680D5D61"&gt;Windows Server&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="csAEEDF97E"&gt;— The MEMSIZE parameter is set to 0 by default, which allows each SAS session to take all available memory on the server. The MEMSIZE parameter recommendation is 512 MB.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;•&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="cs680D5D61"&gt;UNIX Server&lt;/SPAN&gt;&lt;SPAN class="csAEEDF97E"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;— The MEMSIZE parameter is set to a given value by default. The value varies according to different UNIX versions of SAS. Depending on the memory requirements for your project, it might be necessary to increase the value specified for the MEMSIZE option. The MEMSIZE parameter recommendation is the amount of RAM equal to 80% of available host memory. Refer to the host documentation for more information about this option.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;Never set the MEMSIZE option to a value that is too high. If multiple SAS sessions are running and every SAS session consumes the maximum memory allotted by MEMSIZE, it is possible to exceed the amount of physical RAM on some servers. On Windows servers, the sum of SAS Enterprise Miner 14.1 MEMSIZE allocations for the peak concurrent users should never exceed the physical amount of RAM, as such conditions result in severe I/O bottlenecking. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;/*** END HELP EXCERPT ***/&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;In general terms 8G is usually sufficient.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;You can test memsize at the individual level by having the user create a sasv9.cfg in his HOME directory and specify:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;-MEMSIZE=8G&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;-MAXMEMQUERY=2G&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;The analogy I make is that MEMSIZE is your account balance. &amp;nbsp;MAXMEMQUERY is how much you can get out of the atm at one time.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Java memory, check the JavaArgs in the em.ini file and try to increase the Java memory shown there. &amp;nbsp; For example, try setting the values&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csCF6BBF71"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;JavaArgs_1=-Xms512m&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;JavaArgs_2=-Xmx1024m&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;or even go as high as 1024 and 2048 respectively)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csCF6BBF71"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;If the situation persists, contact SAS Technical Support and they will likely ask you to do a WebEx session so they can see the behavior first-hand. &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;Hope this helps!&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;Doug&lt;/P&gt;</description>
    <pubDate>Fri, 25 Aug 2017 18:36:18 GMT</pubDate>
    <dc:creator>DougWielenga</dc:creator>
    <dc:date>2017-08-25T18:36:18Z</dc:date>
    <item>
      <title>Copying and reusing nodes in Enterprise Miner screwing up model selection</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Copying-and-reusing-nodes-in-Enterprise-Miner-screwing-up-model/m-p/390521#M5911</link>
      <description>&lt;P&gt;I am using SAS Enterprise Miner Clien 14.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When copying an analysis node, e.g. decision tree, to resuse the settings and tweek them to se what works best in a model comparison, the ROC curve goes crazy and seems to jump between the nodes of the same name. Is there a way to copy and paste the basic settings in such a node (number of splits, depth, etc) without this happening? Or do I have to manually point and click my way each time, increasing the chance of errors and slowing down my pace immencely?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 07:35:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Copying-and-reusing-nodes-in-Enterprise-Miner-screwing-up-model/m-p/390521#M5911</guid>
      <dc:creator>Ullsokk</dc:creator>
      <dc:date>2017-08-24T07:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Copying and reusing nodes in Enterprise Miner screwing up model selection</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Copying-and-reusing-nodes-in-Enterprise-Miner-screwing-up-model/m-p/390990#M5921</link>
      <description>&lt;P&gt;I'm not aware of anyone else who has reported this behavior, but I would recommend the following:&lt;/P&gt;
&lt;P&gt;1 - Check whether it is limited to a single project (e.g. if you build a new project, does the situation persist?)&lt;/P&gt;
&lt;P&gt;2 - Check whether you are running a supported version of Java (e.g. Java always tries to update itself but is not backwards compatible so 'newer' versions of Java can cause applications running on Java to behave strangely)&lt;/P&gt;
&lt;P&gt;3 - Check your &lt;U&gt;available&lt;/U&gt; system resources such as available RAM, unused disk space, etc... (when you run low on memory be it virtual or disk memory, you can get strange behavior)&lt;/P&gt;
&lt;P&gt;4 - Check how much memory is being allocated to Java (e.g. apps running Java can behave strangely&amp;nbsp;when Java runs out of memory) by submitting the code below in a SAS Code node in SAS Enterprise Miner&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;proc options group=memory;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="cs680D5D61"&gt;How Much Memory?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="cs680D5D61"&gt;Memory for Client and Server Machines&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="cs680D5D61"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="csAEEDF97E"&gt;The SAS Enterprise Miner 14.1 product is designed to run in a client/server environment. Here are some recommendations for memory on SAS Enterprise Miner 14.1 client and server machines.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;• Client — a minimum of 4 GB of physical RAM dedicated to the SAS Enterprise Miner 14.1 product running on the client machine.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;• Server — a minimum of 6 GB of physical RAM, plus 2 GB per concurrent user.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;• Mid-Tier — a minimum of 8 GB of physical RAM.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;With regards to how much memory you need, it depends on the nodes being process and the size of the data sources. &amp;nbsp;I am quoting the&lt;A href="http://support.sas.com/documentation/onlinedoc/miner/index.html" target="_self"&gt; SAS Enterprise Miner 14.1 Reference Help&lt;/A&gt; from page 28 of the PDF below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;/*** BEGIN HELP EXCERPT ***/&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="cs680D5D61"&gt;Configuring the MEMSIZE Parameter&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="cs680D5D61"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="csAEEDF97E"&gt;After sizing and configuring memory for your server, you must allocate memory for the SAS Enterprise Miner 14.1 application. Use the MEMSIZE parameter in your config.sas file to specify the memory allocation for SAS Enterprise Miner 14.1. See the Base SAS documentation for the location of the config.sas file in your SAS 9.4 installation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="csAEEDF97E"&gt;The MEMSIZE option is the upper limit to the amount of memory the SAS System can use on a per-session basis. Each session uses memory as required up to the specified MEMSIZE limit. The configuration file is located in the root directory of your SAS Enterprise Miner 14.1 installation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs6FE56D2"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;•&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="cs680D5D61"&gt;Windows Server&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="csAEEDF97E"&gt;— The MEMSIZE parameter is set to 0 by default, which allows each SAS session to take all available memory on the server. The MEMSIZE parameter recommendation is 512 MB.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;•&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="cs680D5D61"&gt;UNIX Server&lt;/SPAN&gt;&lt;SPAN class="csAEEDF97E"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;— The MEMSIZE parameter is set to a given value by default. The value varies according to different UNIX versions of SAS. Depending on the memory requirements for your project, it might be necessary to increase the value specified for the MEMSIZE option. The MEMSIZE parameter recommendation is the amount of RAM equal to 80% of available host memory. Refer to the host documentation for more information about this option.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;Never set the MEMSIZE option to a value that is too high. If multiple SAS sessions are running and every SAS session consumes the maximum memory allotted by MEMSIZE, it is possible to exceed the amount of physical RAM on some servers. On Windows servers, the sum of SAS Enterprise Miner 14.1 MEMSIZE allocations for the peak concurrent users should never exceed the physical amount of RAM, as such conditions result in severe I/O bottlenecking. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;/*** END HELP EXCERPT ***/&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="csE71256D6"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;In general terms 8G is usually sufficient.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;You can test memsize at the individual level by having the user create a sasv9.cfg in his HOME directory and specify:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;-MEMSIZE=8G&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;-MAXMEMQUERY=2G&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;The analogy I make is that MEMSIZE is your account balance. &amp;nbsp;MAXMEMQUERY is how much you can get out of the atm at one time.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For Java memory, check the JavaArgs in the em.ini file and try to increase the Java memory shown there. &amp;nbsp; For example, try setting the values&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csCF6BBF71"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;JavaArgs_1=-Xms512m&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;JavaArgs_2=-Xmx1024m&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csAEEDF97E"&gt;or even go as high as 1024 and 2048 respectively)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csCF6BBF71"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;If the situation persists, contact SAS Technical Support and they will likely ask you to do a WebEx session so they can see the behavior first-hand. &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;Hope this helps!&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;Doug&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2017 18:36:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Copying-and-reusing-nodes-in-Enterprise-Miner-screwing-up-model/m-p/390990#M5921</guid>
      <dc:creator>DougWielenga</dc:creator>
      <dc:date>2017-08-25T18:36:18Z</dc:date>
    </item>
  </channel>
</rss>

