The default
amount of memory allocated to SAS Data Integration Studio is 128 megabytes.
If you are using Citrix to access SAS Data Integration Studio, you
might want to decrease the amount of memory allocated as appropriate
for your environment.
There might be a number
of reasons to increase the amount of memory for SAS Data Integration
Studio. For example, after running a job, if you click the
Log tab
or the
Output tab, and SAS Data Integration
Studio does not respond, you might need to increase the amount of
memory allocated to the application.
Edit the
distudio.ini
file
(in the default location such as C:\Program Files\SASHome\SASDataIntegrationStudio\<version>)
by increasing the memory setting of the JavaArgs_1 parameter to 1024.
Add an additional argument to set the MaxPermsize option.
JavaArgs_1=Xmx1024m
JavaArgs_13=-XX:MaxPermSize=128m