VazkiiMods / crucial2

The best Minecraft Vanilla Style Modpack.
33 stars 26 forks source link

Server installation batch file does not specify minimum ram for forge installer #310

Open micah6082 opened 2 years ago

micah6082 commented 2 years ago

The server installation batch file has a line to install run the forge installer:

java -jar forge-installer.jar --installServer

This particular line was causing frozen forge installations and the inability to install the server. It was remedied by supplying a minimum ram requirement as outlined in this forum post:

java -Xmx1024M -jar forge-installer.jar --installServer

This was preventing a server install and caused some hair pulling, hopefully this can be fixed.