- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.9k
Update enable-the-lock-pages-in-memory-option-windows.md #10210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: live
Are you sure you want to change the base?
Conversation
| @moematsuo : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. | 
| Learn Build status updates of commit 8f3dfff: ✅ Validation status: passed
 For more details, please refer to the build report. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates documentation to mention SQL Server Configuration Manager as an alternative method for enabling the Lock pages in memory policy, in addition to the existing Windows Group Policy tool method.
- Added SQL Server Configuration Manager as an available tool since SQL Server 2019
- Maintained existing documentation about Windows Group Policy tool
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| > Locking pages in memory might boost performance when paging memory to disk is expected. For more information, see [Lock pages in memory (LPIM)](server-memory-server-configuration-options.md#lock-pages-in-memory-lpim). | ||
| Use the Windows Group Policy tool (`gpedit.msc`) to enable this policy for the account used by [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]. You must be a system administrator to change this policy. | ||
| Use the Windows Group Policy tool (`gpedit.msc`) or SQL Server Configuration Manager(since SQL Server 2019) to enable this policy for the account used by [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]. You must be a system administrator to change this policy. | 
    
      
    
      Copilot
AI
    
    
    
      Oct 30, 2025 
    
  
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing space before the opening parenthesis. It should be 'SQL Server Configuration Manager (since SQL Server 2019)' for proper formatting consistency.
| Use the Windows Group Policy tool (`gpedit.msc`) or SQL Server Configuration Manager(since SQL Server 2019) to enable this policy for the account used by [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]. You must be a system administrator to change this policy. | |
| Use the Windows Group Policy tool (`gpedit.msc`) or SQL Server Configuration Manager (since SQL Server 2019) to enable this policy for the account used by [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]. You must be a system administrator to change this policy. | 
| Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a  #label:"aq-pr-triaged" | 
No description provided.