Should we use “workstation” garbage collection or “server” garbage collection?
It’s not explained very well, but as far as I can tell, the server mode is synchronous per core, while the workstation mode is asynchronous. In other words, the workstation mode is intended for a small number of long running applications that need consistent performance. The garbage collection tries to “stay out of the way” … Read more