←back to thread

Bought myself an Ampere Altra system

(marcin.juszkiewicz.com.pl)
204 points pabs3 | 1 comments | | HN request time: 0.206s | source
Show context
amelius ◴[] No.44421186[source]
> And the latest one, an Apple MacBook Pro, is nice and fast but has some limits — does not support 64k page size. Which I need for my work.

I wonder where this requirement comes from ...

replies(3): >>44421250 #>>44421494 #>>44421603 #
ot ◴[] No.44421250[source]
I would guess to develop and test software that will ultimately run on a system with 64k page size.
replies(1): >>44421261 #
amelius ◴[] No.44421261[source]
Is there a fundamental advantage over other page sizes, other than the convenience of 64k == 2^16?
replies(4): >>44421331 #>>44421363 #>>44421743 #>>44435389 #
1. ch_123 ◴[] No.44421331[source]
64k is the largest page size that the ARM architecture supports. The large page size provides advantages for applications which allocate large amounts of memory.