Re: [Sikuli-driver] [Question #688202]: Running out of memory??

2020-01-24 Thread xyz_User
Question #688202 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/688202

Status: Answered => Solved

xyz_User confirmed that the question is solved:
Thanks - SIkuli v. 1.x , java 8.x os is win10
since i'm using version lower then 2.x i wont take up your time :) 
decided to just kill the script once it finishes executing and then just 
restart it using a batch.
Thanks

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #688202]: Running out of memory??

2020-01-24 Thread RaiMan
Question #688202 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/688202

Status: Open => Answered

RaiMan proposed the following answer:
What SikuliX version?
What system?
what Java?

Possible, to get your script?
If yes, send to sikulix---at---outlook---dot---com (images not needed)

If not possible, it would at least be helpful to know about the features
you are using especially inside of long running loops.

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #688202]: Running out of memory??

2020-01-23 Thread xyz_User
Question #688202 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/688202

Status: Needs information => Open

xyz_User gave more information on the question:
yeah everything works perfectly, other applications have no problems
it's just sikuli (runnable jar file) that stalls

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #688202]: Running out of memory??

2020-01-23 Thread Manfred Hampl
Question #688202 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/688202

Status: Open => Needs information

Manfred Hampl requested more information:
If this occurs "after a few hours of running", then I assume that there is some 
kind of memory leak.
I suspect that some part of the program allocates memory and doesn't free it 
any more, and does this in a loop, consuming all available memory over the 
course of time.
(The culprit can be both the sikuli program and your script.)

Does the system still react in that status?
Can you execute
free -m
?

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

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp