space-engineers-dedicated-docker-linux icon indicating copy to clipboard operation
space-engineers-dedicated-docker-linux copied to clipboard

Autosave lag

Open xcoldfyrex opened this issue 8 months ago • 0 comments

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.

xcoldfyrex avatar Jun 15 '24 13:06 xcoldfyrex