High memory usage even after the 'readlog' registry key is set to 0
Registry changes have been applied per KB600 but the memory usage is still very high.
Account Lockout Examiner tracks events from the security log and then processes them to get information, such as account name, workstation name, ip address, etc.
These types of issues are related to very high activity in the environment - number of events to track is more than the Account Lockout Examiner service can handle and a queue builds up in memory.
In most cases such activity is related to having several accounts (one or two "problem" accounts) that generate too many invalid logons per second.
Resolution
First, try to perform additional tuning of the product via the registry. On the Account Lockout Examiner host machine:
- Run Registry Editor (
regedit) - Go to
HKEY_LOCAL_MACHINESOFTWARE[Wow6432Node]NetWrixAccount Lockout Examiner(Wow6432Node only for x64 OS) - Make sure
LockoutStatusRefreshPeriodis0. - Set
InvLogonCleaningPeriodvalue to10or lower (decimal) - Set
invLogonKeepTimevalue to10or lower (decimal) - Create DWORD called
PF_Enabledand set its value to0(do this if you are not interested in name of the process causing invalid logons) - Restart the NetWrix Account Lockout Examiner service via Services.msc