Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix code cache allocation with large pages enabled
When large pages/huge pages are enabled and page size >= 1GB, code cache size is rounded up to the page size. When codecachetotal is lesser than the page size, this can make the size of code cache segment bigger than the total code cache size. In this case, page size should be recalculated to a smaller value. Also a warning message should be printed in the verbose output. Closes: ##18274 Signed-off-by: SajinaKandy <[email protected]>
- Loading branch information