-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
This has been a longstanding issue for me and I'm finally recording it.
Experiencing the famous rubber-banding during the autosaves; the autosaves can take upwards of 30s. Same performance hit on magnetic, or nvme disks.
Docker bind vs volumes do not impact the situation.
The fix(as I've been using) appears to be adding the following to SpaceEngineersDedicated.exe.config
in the runtime section:
<gcServer enabled="true"/>
<GCHeapCount enabled="20"/>
With this configuration, the saves are near instantaneous with no visible impact.
Metadata
Metadata
Assignees
Labels
No labels