Sign in to follow this  
Fescue

Allocate more RAM?

Recommended Posts

I have tried until I'm blue in the face, and I simply cannot figure out how to open the directory to instruct Java to use more RAM. 


 


I'm running 10.9 (Mavericks). Has anyone been successful?


 


 


Share this post


Link to post
Share on other sites

Apple? Ewww...


 


Sorry cant help there, much more familiar with manipulating such for Windows and Unix. Plus I know Wurm players who actually play on Unix/Linux; however, none come to mind that play on Mac or Apple.


Share this post


Link to post
Share on other sites

I know on windows it is when you click on java it comes with a control panel, that allows you to increase your RAM.


Share this post


Link to post
Share on other sites

try adding these run time parameter to ur java runtime preference


 


-xms1024m -xmx4096m


 


xmx = max allocated 


xms = min allocated


 


java preference utility should be able to be found in the application/utility folder


Edited by Gone420

Share this post


Link to post
Share on other sites

I know what you're trying to do, unfortunately I don't know how it translates properly to the OS you're using if at all.

Just in case it can help you, this is what I have typed out into the batch file that I use to launch Wurm. It is set to use 4GB of RAM, and use the unstable client.

javaws.exe -J -Xmx4096m http://www.wurmonline.com/client/wurmclient_unstable.jnlp
Edited by whereami

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this