When export a graph as an image file, Controller Tester temporarily stores to memory and exports it. Not enough memory error can occurs when the size of image is huge — the size is over 512M. In this case, you can get the graph image in three ways.

  • Modify the -Xmx option CodeScroll.ini file in Controller Tester install path to the maximum of used system.
    • ex) -Xmx1200m
  • Copy to clipboard instead of exporting as an image file and paste to other program.
    • This method allows larger sizes than exporting as images.
  • After expoting as an graph format(ex. ygf), open the file in graph editor like yEd. Then copy to clipboard or export as PDF format.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.