dolohow / uksm

Ultra Kernel Samepage Merging
241 stars 35 forks source link

how to submit memory area to KSM #30

Closed chr1shung closed 6 years ago

chr1shung commented 6 years ago

sorry a bit irrelevant to the project I'm currently doing an experiment to see the effectiveness of KSM on Docker container and you mention that user had to submit memory area to vanilla KSM manually just curious how can I do that ?

demfloro commented 6 years ago

MADV_MERGEABLE flag of madvise() syscall.