Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
GauntletWizard
on May 1, 2018
|
parent
|
context
|
favorite
| on:
Three kinds of memory leaks
Some systems forego memory freeing for performance gains, especially in environments with fixed allocations per process, e.g. Kubernetes. TCMalloc [1] intentionally doesn't release memory to the OS, keeping your max memory size forever.
[1]
http://goog-perftools.sourceforge.net/doc/tcmalloc.html
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1] http://goog-perftools.sourceforge.net/doc/tcmalloc.html