-
Enhancement
-
Resolution: Won't Fix
-
P3
-
19
In ReservedSpace we currently have a check to only print a warning on large page failures if the user have requested use of large pages. This check currently doesn't take UseHugeTLBFS into consideration. The effect of this is that if large pages are enabled using this flag, on warning will be printed upon failure.
Simple add a check of this flag to `large_pages_requested()` to ensure warnings are printed when this flag is used as well.
Simple add a check of this flag to `large_pages_requested()` to ensure warnings are printed when this flag is used as well.