Hello, I'm not really sure if this is supported or you can help me but I've created a forge server like many times i've done it before and now it seems like the bat file to use more Ram doesn't work. When I double click it, it just opens and closes instantly and if I put pause in the final of the file, this is what it says.
Invalid maximum heap size: -Xmx8G
The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Idk why the maximum heap size it's invalid because I have more than that Ram to use so I'm confused
This is the line I use in the file java: -Xmx8G -Xms8G -jar sv.jar nogui
pause
Could you give me some help, pls?