Advanced Operating Systems
Q87 / 100

What is huge pages and when are they beneficial?

Correct! Well done.

Incorrect.

The correct answer is A) Pages larger than 4KB reducing TLB pressure for memory-intensive workloads

A

Correct Answer

Pages larger than 4KB reducing TLB pressure for memory-intensive workloads

Explanation

Huge pages (2MB or 1GB on x86) cover more memory with fewer TLB entries, reducing TLB misses in workloads with large working sets (databases, JVMs). Linux Transparent Huge Pages (THP) automates this.

Progress
87/100