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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to