So I've spent all day trying to set up my server with mods.
Long story short, I haven't set up a server since 1.7.10, and so a lot has changed. I've learned that you have to run forge-1.12.2-14.23.4.2725-universal.jar in order for your server to be considered a "modded" server instead of "vanilla."
How to I set up forge-1.12.2-14.23.4.2725-universal.jar to give the server more RAM? Using the regular bat file code that you can find on Minecrafts website (this one: java -Xmx1024M -Xms1024M -jar minecraft_server.1.12.2.jar nogui ) only runs my server as vanilla. I know how to change the code above to give the server more RAM, but again that only runs a vanilla server.
Can anyone help me and tell me how to give my modded forge 1.12.2 server more RAM? Please be as specific as possible.