Erin 💽 on Nostr: Hey so if you write a big file into disk fast, Linux will buffer it into the page ...
Hey so if you write a big file into disk fast, Linux will buffer it into the page cache
This is all fine and normal and great and expected behaviour
What is not great is that Kubernetes will then count this page cache usage against your process and kill it for going beyond its configured memory limits
This is all fine and normal and great and expected behaviour
What is not great is that Kubernetes will then count this page cache usage against your process and kill it for going beyond its configured memory limits