fabiolb / fabio

Consul Load-Balancing made simple
https://fabiolb.net
MIT License
7.26k stars 616 forks source link

Updating the default GOGC to 100. 800 proves to be a bit insane. #803

Closed nathanejohnson closed 3 years ago

nathanejohnson commented 3 years ago

800% GC percentage appears to be bad default for the modern golang gargabe collector. 100%, the golang default, should still be a sane default for most people, so that is the new fabio default.