add comment

This commit is contained in:
daanx 2025-01-05 11:12:27 -08:00
parent 18244cebc5
commit bbe81101db

View file

@ -99,7 +99,8 @@ terms of the MIT license. A copy of the license can be found in the file
#define MI_ENCODE_FREELIST 1
#endif
// Enable large pages for objects between 128KiB and 512KiB. Disabled by default.
// Enable large pages for objects between 64KiB and 256KiB.
// Disabled by default as for many workloads the block sizes above 64 KiB are quite random which can lead to too many partially used large pages.
#ifndef MI_ENABLE_LARGE_PAGES
#define MI_ENABLE_LARGE_PAGES 0
#endif