kevlened / sikuli_cpython

UNMAINTAINED: A CPython wrapper around the sikuli standalone jar
MIT License
62 stars 12 forks source link

Out of Memory issues #8

Open evbo opened 10 years ago

evbo commented 10 years ago

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

lucagiove commented 9 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

ghost commented 7 years ago

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