sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24996
Re: [Question #245565]: ScreenRemote - help please?
Question #245565 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/245565
Status: Answered => Open
Southy is still having a problem:
Hi again,
I got the click working (thanks for the hint), converted all my test
application code but when I ran it, I ran out of heap memory in the
remote server.
So, I changed the jvm to have more memory and then the client code (in
eclipse) ran out of heap memory.
I cut down the code to just a bare minimum and still the server (back at
the default memory size) ran out of memory very quickly (maybe 10-15
iterations) :-
@Test(enabled = true)
public void trySikuli() throws Exception {
screen = new ScreenRemote(hubIPaddress, "50000");
for(int i=0; i<=40; i++) {
screen.capture();
Thread.sleep(5000);
}
}
Do you have some thoughts (and maybe solution)?
Thanks,
Mark
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.