Y
Hacker News
new
|
ask
|
show
|
jobs
by
Dylan16807
310 days ago
Do many programs want to use that much data but not control when it swaps in and out?
1 comments
wittystick
310 days ago
No, but 5-level paging is opt-in anyway, so its presence isn't problematic if assuming a 48-bit address space. Linux won't allocate space outside the 48-bits unless you give an address hint to mmap outside the 48-bit range.
link