<div dir="ltr"><div>Hello,</div><div><br></div><div>I have troubles to migrate my java program from the Toolserver to Labs. On Irc I was told that I could find some help with this mailing list.</div><div><br></div><div>When I connect to <a href="http://tools-login.wmflabs.org">tools-login.wmflabs.org</a>, I run "become herculebot" and can run with no problem the following command line :</div>
<div><br></div><div>java -Xmx128M -Xms128M -jar /data/project/herculebot/Wikipedia.jar</div><div><br></div><div><br></div><div>So I want to add it to my crontab. I run "crontab e" and add the following line :</div>
<div><br></div><div>37 * * * * cd /data/project/herculebot/ && usr/local/bin/jsub -once -mem 256m -N Cacographies -j y java -Xmx128M -Xms128M -jar /data/project/herculebot/Wikipedia.jar</div><div><br></div><div>Every time I have the same output in my Cacographies.out file :</div>
<div><br></div><div> Error occurred during initialization of VM</div><div> Could not reserve enough space for object heap</div><div> Error: Could not create the Java Virtual Machine.</div><div> Error: A fatal exception has occurred. Program will exit</div>
<div><br></div><div>I tried to add more memory with -mem, I tried to change my Xmx and my Xms parameters, but nothing works. </div><div><br></div><div>Is there an other user that run some Java tools ? I really need some help, as the Toolserver will soon close.</div>
<div><br></div><div>Thanks in advance,</div><div><br></div><div><br></div><div>Hercule</div></div>