TorchAPI / Torch

An extensible modding framework and improved client/DS for Space Engineers. Still a work in progress!
Apache License 2.0
146 stars 76 forks source link

Change GC mode to server #261

Closed Fank closed 6 years ago

Fank commented 6 years ago

Current server uses Workstation mode -> concurrent i recommend to change it to server mode https://stackoverflow.com/questions/9669963/monitoring-garbage-collector-in-c-sharp

Equinox- commented 6 years ago

We aren't going to disable concurrent GC collections or move to a server GC. Both would only increase stutters due to GC pressure.