Penrose Posted July 2, 2014 Posted July 2, 2014 Hello. I recently decided to make a server for me and my friend to play on, though when I start the server through the batch file, I get this message: C:UsersKeenanDesktopHexxit>java -Xmx2048G -Xms2G -jar Hexxit.jar nogui Error occurred during initialization of VM Unable to allocate 67111488KB bitmaps for parallel garbage collection for the re quested 2147567616KB heap. Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. C:UsersKeenanDesktopHexxit>pause Press any key to continue . . . Why is this happening, and how do I fix this? Thanks, in advance. Quote
Discord Moderator plowmanplow Posted July 2, 2014 Discord Moderator Posted July 2, 2014 Someone has changed the startup batch file. Your max memory "-Xmx2048G" is requesting 2048 Gigabytes of RAM. Obviously that is crazy. It should either be "2048M" or "2G". Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.