Erradicated Posted February 24, 2018 Share Posted February 24, 2018 So, I have been using this to run a bot, but when I go to check the memory limit that I have set, it exceeds it. java -jar "osbot 2.5.2.jar" -mem 500 -debug 5005 -login none:none -bot none:none:0000 -allow lowcpu,lowresource,nointerface -script law:1 -world 311 Link to comment Share on other sites More sharing options...
Alek Posted February 24, 2018 Share Posted February 24, 2018 It uses Xmx, which allocates heap space - so this is correct. 1 Link to comment Share on other sites More sharing options...