Hi there,
I'm trying to export an ADF file (929 KB) to PDF, without success - I always receive the error message "Out of memory". I looked for answers amongst the community and found a thread where a user was told to delete all colors in the process, which I did but still had no luck. How can this problem be solved?
Thanks in advance for your answer!
André Vitor Oliveira on
Hi Ana,
You could try this solution to increase the xmx memory value.
Change this line in file arisloader.cfg in folder ARIS Express\client\config\ :
# Main Start Class
jvmOptions=-Xms64m -Xmx384m -XX:NewSize=32m -XX:MaxNewSize=64m -XX:MaxPermSize=156m
TO:
# Main Start Class
jvmOptions=-Xms64m -Xmx1024m -XX:NewSize=32m -XX:MaxNewSize=64m -XX:MaxPermSize=156m
Save the file and restart the ARIS express
BR
AO