-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
Right now, the ProcessInfo class is overloaded with functions that can represent both information about the process that's currently running, and information about the underlying system. It would make more sense to have two separate classes so as to reduce confusion.
An example of this: retrieving transparent hugepage enablement information about the system from the process-level ProcessInfo class. When we then compare this information with actual process-level toggles to see if the current process is opting out of transparent hugepages, the naming can get confusing.
- related to
-
SERVER-90689 Change THP startup warning checks to also look at process level settings before emitting warning
- Closed