The "too small to fail" memory-allocation rule
The "too small to fail" memory-allocation rule
Posted Dec 23, 2014 23:41 UTC (Tue) by xorbe (guest, #3165)Parent article: The "too small to fail" memory-allocation rule
An important piece of code such as XFS should reserve the minimal needed memory on driver load. Then, it should have local management of its own resources. It could have optional dynamic reservation for non-critical purposes, such as caching, where it doesn't matter if the data is dropped (only a performance impact).