|
|
Subscribe / Log in / New account

Packaging Kubernetes for Debian

Packaging Kubernetes for Debian

Posted Nov 4, 2020 14:26 UTC (Wed) by khim (subscriber, #9252)
In reply to: Packaging Kubernetes for Debian by ringerc
Parent article: Packaging Kubernetes for Debian

> Nobody's going to argue that malloc() can afford to throw around chunks of memory for developer convenience because RAM is cheap now.

Why would they argue if they can just use tcmalloc which does just that? It's used in web-browsers, too, BTW.

And the fact that web-browsers are using muti-process model for security which increases memory consumption about 2x-3x is just the fact of life now, too…


to post comments

Packaging Kubernetes for Debian

Posted Nov 6, 2020 1:10 UTC (Fri) by ringerc (subscriber, #3071) [Link]

Agreed. I work mostly with PostgreSQL - our palloc() is a heirachical memory allocator, not dissimilar to Samba's talloc. So yes I agree - you can just use your own allocator.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds