satisfactory-server icon indicating copy to clipboard operation
satisfactory-server copied to clipboard

Feature request: add option to toggle Server Streaming

Open williamoverstreet opened this issue 1 year ago • 2 comments

The reason satisfactory is taking up so little memory right now is because they accidentally shipped the update with Server Streaming enabled. The feature itself can impact server stability negatively when enabled. Would like an option to force it on/off.

Engine.ini:

[ConsoleVariables]
wp.Runtime.EnableServerStreaming=0

williamoverstreet avatar Jan 25 '24 03:01 williamoverstreet

Also, I've heard that CSS intends to disable it again on another update.

williamoverstreet avatar Jan 25 '24 15:01 williamoverstreet

Hey! I somehow missed the noficiation for this. Seems trivial enough to add, I'll work on this shortly :) In the meantime, you can override the Engine.ini file directly

wolveix avatar Jan 27 '24 16:01 wolveix

Sorry this took so long! This is doable via the SERVERSTREAMING environment variable now :)

wolveix avatar Feb 23 '24 17:02 wolveix

Sorry to post into a closed issue. What is this server streaming? I couldn't find any resources on this, would be nice to know what this relates to, since it apparently changes the ram usage a lot!

Koozu1 avatar Feb 26 '24 10:02 Koozu1

@Koozu1 it's referring to asset streaming :) When it's enabled, it drastically reduces the RAM utilization of the server, but can introduce other bugs as a result. So if you've got the RAM to spare, you're better off disabling it

wolveix avatar Feb 26 '24 17:02 wolveix