← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #666773]: How to get on the road as a newcomer to Java programming

 

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

Alexander Schone posted a new comment:
I see.. another question:

as I understand it, sikuli creates objects for matches and patterns, in
other words these objects are pictures right?

at what point will these go in and out of memory? and how big is the
impact on the system performance?

Concrete example:

In my script the most used part is creating two matches (using the same
method findBest on the same object) of 16x12 pixels. Lets say the loop
runs 50.000 times.  Will these taken pictures be stored in the memory
until the script exits or will the be dumped each time the same match is
created?

Im worried  that if I run this script for a very long time, that it will
clutter the memory but this concern might be totally unjustified as I
dont really understand how it actually works.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.