Hi guys,
I'm getting a java.lang.OutOfMemoryError in ARIS and I have no choice but to use these big arrays as I'm working with models that have lots of objects.
can someone please tell me how i can unassign old memory to make space for new memory
Thanks,
Abdul
Jens Heylmann on
Hi Abdul,
you can not unassign memory. What you can do is give you ARIS server application more memory by setting up the memory allocation for the JVM.
Got to the "conf" folder of the ARIS server and search in "defaultServerSettings.cfg" or "setupServerSettings.cfg" and search for "maxMem" entry.
But do not change both files. To change the settings copy the entry to "userServerSettings.cfg". Consult the ARIS administrator / installation documentation for details...
Regards,
Jens