[Sikuli-driver] [Question #688200]: Ubuntu installation

2020-01-23 Thread diego
New question #688200 on Sikuli:
https://answers.launchpad.net/sikuli/+question/688200

The guide says to go and download the JDK from Oracle. It says to copy and 
paste jdk1x folder into your home folder. I downloaded the .deb file and 
installed via sudo apt-get install. Would that work?

-- 
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


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

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

Not sure why but my script simply halts (doesn't do anything) after a few hours 
of running it. It seems to be complaining about memory issues however it's the 
only thing I'm running on the laptop that has SSD and 16GB of ram..

here's a snippet of the error:

#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 268435456 bytes for Failed to 
commit area from 0x000701e0 to 0x000711e0 of length 268435456.
# Possible reasons:
#   The system is out of physical RAM or swap space
#   The process is running with CompressedOops enabled, and the Java Heap may 
be blocking the growth of the native heap
# Possible solutions:
#   Reduce memory load on the system
#   Increase physical memory or swap space
#   Check if swap backing store is full
#   Decrease Java heap size (-Xmx/-Xms)
#   Decrease number of Java threads
#   Decrease Java thread stack sizes (-Xss)
#   Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.

-- 
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


Re: [Sikuli-driver] [Question #688200]: Ubuntu installation

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

paintball chice posted a new comment:
I think its work because I also go that and I get result. Here you can
see here: https://fishinggem.com/

-- 
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