Search found 3 matches

by brettwurd
Sat Oct 03, 2020 12:41 pm
Forum: Minecraft
Topic: Help running Minecraft server with JVM Flags
Replies: 6
Views: 3305

Re: Help running Minecraft server with JVM Flags

Ok good to know, thank you. I started with a vanilla server, then moved to fabric, then to paper. But ever since using paper, I've been getting huge lag spikes that make the game unplayable. My client says something about 'received passengers from unknown entity' that I have yet to figure out. This ...
by brettwurd
Sat Oct 03, 2020 12:49 am
Forum: Minecraft
Topic: Help running Minecraft server with JVM Flags
Replies: 6
Views: 3305

Re: Help running Minecraft server with JVM Flags

I think it would be a managed gameserver. I use webapp on here to start and stop the minecraft server and FTP to put a world on it and edit the server.properties and such
by brettwurd
Fri Oct 02, 2020 5:24 pm
Forum: Minecraft
Topic: Help running Minecraft server with JVM Flags
Replies: 6
Views: 3305

Help running Minecraft server with JVM Flags

Hey, I'm having trouble figuring out how to start my Minecraft game server using custom JVM flags, specifically -G1GC Garbage Collector Flags. Does anyone know how to help? These are the flags I want to use. java -Xms1536M -Xmx1536M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -...