James Haggar Posted August 12, 2012 Share Posted August 12, 2012 I have created a server file and extracted the tekkit server stuff into it but whenever I click launch it comes up with c:\users\james\desktop\tekkit server>java -xmx3g -xmx2g -jar tekkit.jar nogui error occurred during initialization of vm could not reserve enough space for object heap c:\users\james\desktop\tekkit server>pause Any way to solve this problem? Link to comment Share on other sites More sharing options...
Torezu Posted August 12, 2012 Share Posted August 12, 2012 Yes. Drop those memory allocation arguments in the Java command line to something your server has the RAM to run, like -xMs512M -xMx1g. The -xMs arg is for starting RAM allocation, while the -xMx one is for maximum. Be warned that if you're trying to run a client on the same machine, and you don't have 2GB or so to dedicate to it, your client (and probably server) will run like crap. Link to comment Share on other sites More sharing options...
James Haggar Posted August 13, 2012 Author Share Posted August 13, 2012 Where can I find this java command line? Link to comment Share on other sites More sharing options...
James Haggar Posted August 13, 2012 Author Share Posted August 13, 2012 Don't worry got it thanks! :) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now