What startup arguments to use?
I'm running a heavily modded server through Witherhosting (8gb premium plan) on 1.20.1 forge, and I'm wondering what startup flags are optimal to use. Here's what I've been using:
java -Xms128M -Xmx6G -Dterminal.jline=false -Dterminal.ansi=true $( [[ ! -f unix_args.txt ]] && printf %s "-jar server.jar" || printf %s "@unix_args.txt" )
We probably won't have more than 10 players on at a time, if that's important info as well. Thanks!
4 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by ethonodon#0
this is what it does when I use those
add
βnogui
at the end
after the server.jar