sikuli_cpython icon indicating copy to clipboard operation
sikuli_cpython copied to clipboard

Out of Memory issues

Open evbo opened this issue 10 years ago • 2 comments

As has been reported, Sikuli-standalone-api will crash after repeatedly doing image searches.

This can be avoided by calling the new (beta) release of the standalone api as instructed here:

https://code.google.com/p/sikuli-api/issues/detail?id=20

evbo avatar May 28 '14 17:05 evbo

actually noticed that some bugfix and improvements have been committed in a fork from @flycodepl https://github.com/flycodepl/sikuli_cpython. I already asked via mail if he could submit a pullrequest

lucagiove avatar Aug 19 '15 16:08 lucagiove

Hi, out of memory issue can be fixed via adding jnius_config on sikuli.py

import jnius_config jnius_config.add_options("-Xmx512m") from jnius import autoclass

ghost avatar May 11 '17 07:05 ghost