Skip to content (access key 's')
Logo of Technion
Logo of CS Department
Logo of CS4People
Events

The Taub Faculty of Computer Science Events and Talks

Haifux, Haifa Linux Club: KSM and the art of memory mangement
event speaker icon
Izik Eidus (Red Hat)
event date icon
Monday, 29.06.2009, 18:30
event location icon
Taub 6
KSM is a linux driver that allows dynamically sharing identical memory pages between one or more processes. Unlike traditional page sharing that is made at the allocation of the memory, ksm do it dynamically after the memory was created. Memory is periodically scanned; identical pages are identified and merged. The sharing is unnoticeable by the process that use this memory. (the shared pages are marked as readonly, and in case of write do_wp_page() take care to create new copy of the page).