Java heap space error

Hi Jeremy,
That does sound like a memory issue, but it’s surprising to see that with such a small dataset. I suspect it’s the various filters and sorting that compound to cause the problem. I think you should be able to address this by increasing the default memory allocated to SMART as outlined below:

  1. Go to the folder where SMART is installed and find the SMART.ini file

  2. Open this file in notepad

  3. Change the -Xmx1024M to -Xmx4096M
    image.png

  4. Save the file and restart SMART

Let me know if that doesn’t address the problem and I can escalate further with the developers.

Regards,
Matt