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

    Status: Open => Answered

RaiMan proposed the following answer:
java has these two parameters, to adjust the memory settings

    -Xms<size>        set initial Java heap size
    -Xmx<size>        set maximum Java heap size

in runIDE.cmd on line 5 we use this:
set PARMS=-Xms64M -Xmx512M -Dfile.encoding=UTF-8 -Dsikuli.FromCommandLine

you might make a copy and change e.g.
-Xmx1024M

or even more. You have to test.

Take care to keep the other settings as above.

-- 
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