How can using Hugehuge page improvesimprove performance,i?
I have read that Huge page improveshuge pages improve performance by reducing TLB lookups and reducing the size of the page table.Can some one Can someone tell me how this help in betterhelps with performance.?
isIs this like if iI have an application that useuses 4 pages of virtual memory (4*4kb=16kb) then will it be like this, that each 4 each page is mapped directly to some physical memory location and, but if we use huge pagepages of 16 kb16kb size then instead of mapping 4 pages to main memory it just needneeds to map only one page to main memory, thus reducing page table size, and chances of swapping this out to hdddisk is less and hence longer TLB cache?