Good Startup Flags for my setup?

Hi, so i’m a very big noob with startup flags so i was wondering if someone was able to assist me in creating the best one for my hardware.

My current one i’m using
"{JAVA}" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui
this is created for Multicraft so with the settings from my panel it becomes
"{JAVA}" -Xmx24576M -Xms20480M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui

Now for my server setup i’m using:
Intel E3-1231v3
• 4 cores 8 threads
• 32GB ECC RAM
• 250GB SSD
• 1Gbps Port
• 10TB
• 9 IPs
• IPMI/KVM

16.01 19:02:09 [Server] INFO Minecraft Forge: 12.18.3.2202
16.01 19:02:09 [Server] INFO SpongeForge: 1.10.2-2202-5.1.0-BETA-2035
16.01 19:02:09 [Server] INFO SpongeAPI: 5.1.0-SNAPSHOT-428c0b2
16.01 19:02:09 [Server] INFO Minecraft: 1.10.2

This is for a Pixelmon server btw
Also if someone else has a solution to why my chat logs appear in console on Multicraft and not in chat,
that would be nice, but i’m more focused on my startup script now.

Hopefully someone can help me get the best out of my server :).
Thanks in advance!

This should be of help to you.

1 Like

I saw this, its due to that post that i made this topic but its noy really server specific. Perhaps there was a better one for my server hence i asked

It’s not meant to be server specific, if you’re using 10gb RAM or less you use one set of flags but if you’re running more then you make the changes to flags detailed in the thread. Just try it and If after all that you’re still having trouble with performance then reply back and we can try to assist you.

I did use the flags as requested now, so thanks for the help :).