Page 1 of 1

Allocating more memory

PostPosted: Sat Mar 02, 2013 10:52 am
by DragonScythe
How does one allocate more memory to the Ender's client? I've tried making a batch file with

Code: Select all
"C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xmx2048m -Xms1024m -jar "C:\Users\Belinda\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Custom Salem Updater"


in it, but it just gives me "Unable to access jarfile C:\Users\Belinda\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Custom Salem Updater"

Re: Allocating more memory

PostPosted: Sat Mar 02, 2013 7:22 pm
by staxjax
Here is an example of a .bat for Salem when using Ender's client. Put it in the salem\bin\ folder.

Code: Select all
javaw -Xms1024m -Xmx1024m -Dhaven.resurl="http://plymouth.seatribe.se/res/" -Dhaven.defserv="plymouth.seatribe.se" -jar salem.jar


You might need to replace 'javaw' with your path to java if it doesn't work. Whenever Ender updates his client, you will need to run the updater once. Then you can close it and run your .bat file instead.