Project start time.

Asked by abuzer stream

I have a big sikulix project with about 5000 images in it. When I run my project, it takes about 3 minutes to run. I have 64 GB RAM and my processor is good.

 When I run the project with the java -jar sikulix.jar -r /path/test.sikuli -c -v command, I see that the project images are loaded during these 3 minutes.

 Additionally, 64 MB memory fills up as the number of images increases. And it causes large tests to close while they are running.
I would be happy if you help.

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
abuzer stream (abuzerstream) said :
#2

I Still Need an Answer

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

Which Java version (and which operating system) are you running?

Have you tried setting memory options for java (e.g. -Xms, -Xmx)?

Is the behavior different if you start the job with
java -Xmx2g -jar sikulix.jar -r /path/test.sikuli -c -v command

Revision history for this message
abuzer stream (abuzerstream) said :
#4

Centos 8 Java 11
java -Xmx2g -jar sikulix.jar -r /path/test.sikuli -c -v command

I used this and many similar java arguments but they did not work.

Revision history for this message
Manfred Hampl (m-hampl) said :
#5

"they did not work" in which sense?

Did Sikuli stop working with that change, or do you receive an error message, or?

Does that additional parameter change anything in memory consumption?

Can you help with this problem?

Provide an answer of your own, or ask abuzer stream for more information if necessary.

To post a message you must log in.