Domanda

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

È stato utile?

Soluzione

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

Altri suggerimenti

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top