Hi,
I use ARIS Express 2.3 and I've created some business flows as a BPMN diagram. When I want to export this as a PDF-file, I always get the message:
Error while creating report: Out of memory
I can't even export it as a JPG-file. I've read in an earlier article about the same problem. The response was that the file was too big and ARIS has a limited memory.
The file I'm currently trying to export is 385 KB and has about 85 tasks and connectors. In the past I created a similar file of 416 KB and even more tasks, and I didn't have any problems when exporting to PDF or JPG.
Does anyone know a way to export this file to PDF from ARIS Express 2.3?
Okay, I got a solution:
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
into
# Main Start Class
jvmOptions=-Xms64m -Xmx1024m -XX:NewSize=32m -XX:MaxNewSize=64m -XX:MaxPermSize=156m
Then the export works on my Windows-executable version of ARIS Express.
Bye