I'm using robotframework 3.0. installed Sikuli library from source using maven. When I run a script SikuliLibrary.jar is started, even after script execution is completed the java process is still running. Next time when I run the script again a new process is created. I'm facing this issue in both Linux(RHEL) and Windows.
I will be running multiple scripts repeatedly and because of this issue RAM is getting filled with java processes.
Here are the java processes from linux server
root 21509 1 0 08:59 pts/26 00:00:16 java -jar /usr/jython/Lib/site-packages/SikuliLibrary/lib/SikuliLibrary.jar 55994 /tmp/xtttrrr
root 21769 1 0 11:27 pts/32 00:00:17 java -jar /usr/jython/Lib/site-packages/SikuliLibrary/lib/SikuliLibrary.jar 59637 /tmp/xtttrrr