DNS server error ?

Anonymous
2025-01-07T20:01:00+00:00

Our DNS servers crashed and took our network down. I rebooted them and its back but I foud the below error I have never seen before. Can't find anything in any log but this and its never happened before. Is thewre any way to tell what caused this?

Event ID 906

lsass (796,G,0) A significant portion of the database buffer cache has been written out to the system paging file. This may result in severe performance degradation. 

See help link for complete details of possible causes. 

Previous cache residency state: 64% (23809 out of 37063 buffers) (72 seconds ago) 

Current cache residency state:  15% (4338 out of 28472 buffers) 

Current cache size vs. target:  99% (214.508 / 214.711 MBs) 

Physical Memory / RAM size:     8191.023 MBs

Windows Server Identity and access

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2025-01-08T01:05:06+00:00

    Hello

    Thank you for posting in Microsoft Community.

    Event ID 906 is an error related to LSASS (Local Security Authority Subsystem Service). It usually indicates that part of the system cached data is written to the paging file, which may affect system performance. This is usually caused by insufficient memory or stress on the system when processing large amounts of data.

    Analysis of key points of errors:

    Part of the database buffer cache has been written out to the system paging file: This indicates that the system's memory pressure is very high, and the cached data must be written to the paging file on the hard disk to free up memory. This situation can lead to reduced system performance and even delays in applications or services.

    Cache Residency Status: This is a report on the memory usage of the cache, showing the residency ratio of the system cache. You can see that previously 64% of the cache resided in memory, but now only 15% is retained in memory, indicating that most of the data is written to the hard drive rather than residing in physical memory. This can cause significant performance degradation.

    Physical memory/RAM size: The system only has 8GB of physical memory. If the system load is high, or there are many applications running at the same time, the memory may not be enough, causing the system to swap memory data to the hard disk.

    Possible causes and solutions:

    Out of memory:

    If the system has insufficient memory, especially if the physical memory is small (such as 8GB), it may cause cache data to be written to the paging file. This can significantly impact performance. You can consider increasing physical memory or optimizing the system's memory usage.

    Memory leaks or high memory consumption processes:

    Check if there are some processes or services that are consuming a lot of memory, causing the system to run out of memory. You can use Task Manager or Performance Monitor (perfmon) to see which processes are consuming a lot of memory.

    The LSASS process itself is abnormal:

    LSASS is a core system process related to security and authentication. If the process encounters problems during execution (such as memory leaks, frequent database operations, etc.), it may cause a large amount of data to be cached. Check the logs for exceptions related to LSASS, or view further error details in Event Viewer.

    Paging file settings problem:

    If the paging file is not the right size, it may prevent the system from writing data to the hard drive efficiently when more virtual memory is needed. You can check and adjust the paging file settings to make sure it has enough space to handle memory requirements. It is recommended to set a system-managed size or manually adjust the size of the paging file.

    Hardware issues:

    If the server or workstation's hardware fails (such as a damaged memory module, disk I/O issues, etc.), it may result in insufficient memory or failed cache writes. Consider running hardware diagnostic tools to troubleshoot hardware problems.

    I hope the above information is helpful to you.

    Best regards

    Runjie Zhai

    0 comments No comments
  2. Anonymous
    2025-01-08T12:11:58+00:00

    We've had this same setup for 2 years now and never seen this happen before. I see no other errors in the log except the 906 one. There are nothing else running on the DNS servers to take up memory. This could be a fluke but is there any way to be sure or determine what caused this. The Hardware is virtual and therare no underlying memory issues on it.

    0 comments No comments