space-engineers-dedicated-docker-linux
space-engineers-dedicated-docker-linux copied to clipboard
Autosave lag
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.