Memory Management

Hello!

We are students from UDF (Federal District, Brazil). We are studying operating systems, and we have chosen Clear Linux. We want to better understand memory management. Could you please point us to where this topic is in the documentation?

Thank you in advance!

As far as i can remember, there’s no documentation (yet) for memory management in Clear Linux.

These might give you some insights into Linux memory management in general :

https://docs.kernel.org/admin-guide/mm/index.html

https://www.kernel.org/doc/html/v4.19/admin-guide/mm/index.html

1 Like

Will all distros work with the same memory management? I thought memory management varied depending on the distro.

Memory management principles remain consistent across most distros.

The Linux kernel provides the core memory management functionality.

1 Like

I managed to understand. Thanks!

1 Like