Hi there!
I used the 1.16.3 forge installer to make a Minecraft server, agreed to the Eula and all that.
I started the server, and then closed it again. I then tried to make a file that gives more ram to the server
I used this command in a batch file.
java -Xmx3072M -Xms3072M -jar server.jar nogui
PAUSE
[The name of the server starter is server.jar btw]
when I go to start the server using tne batch file it says that it can allocate 3gb of ram. I have no idea why, I have more than enough to do so[16gb installed]
any help would be apreciated!