←back to thread

95 points ingve | 1 comments | | HN request time: 0.206s | source
Show context
userbinator ◴[] No.44567094[source]
Weird. AFAIK 4K and 64K were the common ARM64 page sizes, and 16K was the odd "think different" one that Apple uses. No mention of 16K in the Linux kernel docs:

https://www.kernel.org/doc/html/next/arm64/memory.html

replies(5): >>44567124 #>>44567229 #>>44568498 #>>44573696 #>>44589275 #
1. tux3 ◴[] No.44568498[source]
64K starts to be a little too wasteful. It is a small performance gain as you'd expect, but less granularity means significantly more wasted memory

On a phone with limited RAM, this starts to be a bad tradeoff quickly. 16K is a reasonable jump from the venerable 4K page size.