Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> TLDR: they saved 400 to 1000 cores by switching off the switching off of the GC during requests.

Isn't that exactly the opposite of what the article is saying?

> An OOBGC is not really a Garbage Collector, but more of a technique to use when deciding when to collect garbage in your program. Instead of allowing the GC to run normally, the GC is stopped before processing a web request, then restarted after the response has been sent to the client. Meaning that garbage collection occurs “out of band” of request and response processing.

> This graph shows the difference in core utilization before and after OOBGC removal. In other words “number of cores used yesterday” minus “number of cores used today” ... We saw a savings of between 400 and around 1000 cores depending on usage at that point in the day.

So it sounds to me that by switching the GC on during requests they saved that many cores.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: