Вопрос

I was looking for open-source applications that make use of large/huge memory pages (OS memory pages with size > 4KB) on Linux (x86-64). I wanted study how large pages are used today. Can somebody points me to few such applications?

Thanks

Arka

Это было полезно?

Решение

Memcached and MySQL both have the option to use large pages if they're available.

Другие советы

And finally, with recent Linux kernels having support for transparent hugepages, programs can/will make use of it without knowing they do.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top