← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #242343]: OutOfMemoryError: java.lang.OutOfMemoryError: Java heap space

 

Question #242343 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/242343

    Status: Open => Answered

obiwan-92 proposed the following answer:
Hello,

It's a real memory error. But don't worry, it's simple to correct. ;-)

The flag Xmx specifies maximum memory allocation pool for a Java Virtual
Machine (JVM), while Xms is specifies the initial memory allocation
pool.

You just have to change you parameters like this : -Xms1024M -Xmx2048M
-Dfile.encoding=UTF-8 -Dsikuli.FromCommandLine [ in runScript.cmd].

Tell me if it's work.

Regards

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.