4 ms·
> A lot of software breaks when you're not running 4kb pages. The page size on windows is 64kb as well so portable software already needs to deal with supporti
by volta87 6y ago
> A lot of software breaks when you're not running 4kb pages.
The page size on windows is 64kb as well so portable software already needs to deal with supporting 4kB and 64kB pages.
- hrydgard 6y agoNo the page size on Windows is 4kb, however some things like file mapping do require 64kb alignment, due to ancient compatibility concerns with DEC Alpha.
- my123 6y agoDepends on the architecture. Windows on Itanium runs with 8KB pages for example, but that's the exception that confirms the rule.