You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mmap has the ability to use large page sizes to improve performance. (The default page size is 4KiB, an artifact of the 386 days). It is possible to increase page sizes to at least 2MiB:
Mmap has the ability to use large page sizes to improve performance. (The default page size is 4KiB, an artifact of the 386 days). It is possible to increase page sizes to at least 2MiB:
https://stackoverflow.com/questions/32336694/huge-pages-on-mac-os-x
It would be worth investigating these flags to see if the larger page sizes improve our memory paging throughput.
The text was updated successfully, but these errors were encountered: