Clicking on "forge-1.12.2-14.23.5.2854" launches the server just fine, however, if II try to open it with a .bat file to run it with more ram, I get "Could not reserve enough space for 3145728KB object heap" . I've tried increasing ram allocation that java has to 4gb as thats's more than enough for 3145728KB. In the server launcher .bat I have:
java -Xmx3072M -Xms2048M -jar forge-1.12.2-14.23.5.2838-universal.jar -o true nogui
Anybody know how to fix t his or if there are other ways to give more ram to the server?