-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Security
-
Fully Compatible
-
Security 2023-11-27, Security 2023-12-11, Security 2023-12-25, Security 2024-01-08, Security 2024-01-22
-
148
The secure allocator pins pages into memory in the hope that they are not paged to disk. There are not statistics that break down how many pages and how many bytes are being consumed in this system.
Extend the "mem" section of server status with two new counters:
- Count of allocated "secure reserved memory" in bytes. Keep track of the memory allocated in systemAllocate/systemDeallocate
- Count of allocated "secure bytes" in bytes. Keep track of bytes allocated/deallocated in GlobalSecureAllocator::allocate
- related to
-
SERVER-74038 [Windows] Possible negative performance effects of SetProcessWorkingSetSize in SecureAllocator
- Closed