Comment 10 for bug 515003

Revision history for this message
Eloi (eloi) wrote : Re: [Bug 515003] Re: Temp snapshot file not cleared upon close of program or extended time causing out of Hard disk space.

Hi
I roughly can understand what you meant but the same thing will apply
whether it is in memory or disk, the problem now is knowing the contextual
lifespan of a particular image file. If there is a way to clearly define
when to remove it. It does not matter if the image is in memory or disk as
both can be remove easily.

On Tue, Feb 9, 2010 at 12:14 AM, niceday <email address hidden> wrote:

> First thank you very much again,sorry my chinese english:)
> the low level funciton in SikuliScript.java
> Matches _find(String img, String region, float similarity, int numMatches)
>
> every time _find called,a screenshot files put in temp directory,and more
> match works done.
> You can just put this screenshot in ram not in files,i mean this full
> screen snapshot or Subregion file
> actually involved the inside().find(),just like you web how to's •How to
> click on a particular check box? all theses
> you don't have to use the full screen snapshot,just the files in the
> ????.sikuli directory
> x = find("some.png") \\here you got the some.png
> position.
> click(x.inside().find("s.png")) \\here don't have to use the
> full screen snapshot,just search in some.png,and got relative coordinates
> so absolute coordinates can be get use + or -
>
>
> god bless me you can understand my english T_T
>
> --
> Temp snapshot file not cleared upon close of program or extended time
> causing out of Hard disk space.
> https://bugs.launchpad.net/bugs/515003
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Sikuli: Confirmed
>
> Bug description:
> Sikuli 0.9.7
> 64 Bit Windows 7
>
> Just run application on endless while loop to seek and find any zone.
> After extended usage, there will be a lot of png file formed at
> C:\Users\UserName\AppData\Local\Temp\ and not cleared even after hours
> causing it to bloat to over 10gb in size.
> Or is this behaviour intended.
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/sikuli/+bug/515003/+subscribe
>