Hacker News new | ask | show | jobs
by BobbyTables2 382 days ago
In Linux, VM memory allocations can be slow if it tries to allocate GBs of RAM using 4K pages. There are ways to help it allocate 1GB at a time which vastly speeds it up.

Windows probably has an equivalent.

1 comments

Is this specifically for during boot time? Also, any links?