Open evbo opened 10 years ago
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
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
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