I am attempting to start my minecraft SMP server with 1 GB of ram, In my command prompt I have the following code:
@echo off
Title SMP Server
color a
java -Xmx1024M -Xms256M -jar server.jar nogui
When I launch the server I get the following:
Picked up _JAVA_OPTIONS: -Xmx256M
[22:09:59] [Server thread/INFO]: Starting minecraft server version 1.11.2
[22:09:59] [Server thread/WARN]: To start the server with more ram, launch it
"java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
CONTINUES TO LAUNCH PROPERLY W/ 256MB OF RAM...
I have no clue what is messing up. I've been on various websites and tried many different command lines that work for other people.