Heap space error

Asked by Gopishankar

I m running large number of test cases together in a test suite using eclipse IDE. Sikuli is integrated with JUnit here, and after reaching (say 40/90 test cases). I am getting the Heap space error. I tried increasing the heap space to 2G but its of no use and I am left stranded of what to do to make the test suite work..??

Please help me to solve this.

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

This usually happens, if some (Sikuli) resources containing captured images (e.g. screenshots) are bound using globals for a longer time, so they do not get garbage collected.

So check your stuff on that.

Can you help with this problem?

Provide an answer of your own, or ask Gopishankar for more information if necessary.

To post a message you must log in.