Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHi Goon,
The slab layer manages the small data structures frequently allocated and freed by kernel. For example, process descriptors, inodes, etc are all from it. Since kernel needs allocate all kinds of structures in order to run, and will automatically try to free memory from it when system available memory is low, I don't think you can squeeze much from the 512K. Regards, wentao