YouHaveTrouble / minecraft-optimization

Minecraft server optimization guide
2.08k stars 92 forks source link

Question re: Suggested Optimizations for Fabric/Vanilla #88

Closed johntdavis84 closed 2 years ago

johntdavis84 commented 2 years ago

Hello,

Thank you for putting together this excellent guide. I've run servers before, but I only found this last week; it's wonderful.

A friend asked me to put up a Fabric server for them, which I've never worked with before. I'm treating it like a vanilla server with an added mod pack API. To that end, I looked in the document here for adjustments specific to Vanilla and Fabric itself, and ignored the other server types. Is that the way to go?

I ended up adjusting sync chunk writes, network compression threshold, and the simulation and view distances, and otherwise leaving everything else alone for now. Everything else seemed to not apply, since I'm not running another server type. Am I missing anything?

YouHaveTrouble commented 2 years ago

The guide is focused on bukkitland, so yeah, the options in server.properties are only aplicable things for modded servers. You can look for optimization mods like starlight or lithium and whatever you can find at modrinth

johntdavis84 commented 2 years ago

Awesome. I just wanted to make sure I wasn’t missing something obvious.

I’m on a pretty powerful little ARM SBC, with 3.5 GB of RAM allocated to the server (until I can get an idea of what it actually needs and dial it back). I’m getting server lag when the server starts, but I think that might just be the start up routines trying to go to fast. I need to actually use it for a while and see what happens.

Thanks again!

On Jun 27, 2022, at 7:05 AM, YouHaveTrouble @.***> wrote:

The guide is focused on bukkitland, so yeah, the options in server.properties are only aplicable things for modded servers. You can look for optimization mods like starlight or lithium and whatever you can find at modrinth https://modrinth.com/mods?f=categories%3Aoptimization&e=server — Reply to this email directly, view it on GitHub https://github.com/YouHaveTrouble/minecraft-optimization/issues/88#issuecomment-1167267746, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGI5CYVDSCQLRVLGQYI3HUTVRGKHHANCNFSM5Z5DCKHQ. You are receiving this because you authored the thread.

emielderckx commented 2 years ago

3.5 GB is pretty low for a modern Minecraft server, come join us on Discord if you want more advice: https://discord.gg/j8KK5dGBps

johntdavis84 commented 2 years ago

I’m actually on the discord. Enjoying it so far. :)

This little ARM SBC only has 8 GB total, so I’m giving it nearly half the system RAM. This is just temporary until I can move the server onto the much more powerful virtualization host I’m building. At that point, I’ll give it at least 8 GB.

On Jun 27, 2022, at 2:59 PM, EEstar @.***> wrote:

3.5 GB is pretty low for a modern Minecraft server, come join us on Discord if you want more advice: https://discord.gg/j8KK5dGBps https://discord.gg/j8KK5dGBps — Reply to this email directly, view it on GitHub https://github.com/YouHaveTrouble/minecraft-optimization/issues/88#issuecomment-1167820897, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGI5CYWG2RB3QKNAFRSO7ELVRIBZTANCNFSM5Z5DCKHQ. You are receiving this because you authored the thread.