You can specify the
amount of memory in bytes that the SAS Embedded Process is allowed
to use with MapReduce 1 by changing the sas.ep.max.memory property
in the ep-config.xml file. The default value is 2147483647 bytes.
<property>
<name>sas.ep.max.memory</name>
<value>number-of-bytes</value>
</property>
Note: This property is valid only
for Hadoop distributions that are running MapReduce 1.
If your Hadoop distribution
is running MapReduce 2, this value does not supersede the YARN maximum
memory per task. Adjust the YARN container limit to change the amount
of memory that the SAS Embedded Process is allowed to use.