• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question bout linux memory management....

hamunaptra

Senior member
Ive been reading the book windows internals - freaking amazing btw....
A lot of question about memory is handled on x86 machines and computers have been answered and I more thoroughly understand it now.

One of the more interesting parts of the windows kernel is it has a thread that runs periodically to zero freed pages of system memory(RAM) ... before they can be used again. This is mainly a security feature.

Does linux do this as well? Or does it just free pages and then they are considered reusable....

Ive searched and cant seem to find a definite answer on this.
 
Back
Top