Share via

MS SQL server Max memory setting

Srinivas Syamala 20 Reputation points
2023-08-25T10:14:03.93+00:00

How Much Memory we can allocate to SQL server

SQL Server | Other

Answer accepted by question author

  1. Syed Zabiulla Hussaini 85 Reputation points Student Ambassador
    2023-08-25T11:01:38.19+00:00

    For a starting point, we can allocate around 70-80% of the total physical memory to SQL Server. However, this is not mandatory, and you should adjust the setting based on your server's specific characteristics and performance monitoring results. For example, you might not want to suffocate the server by not leaving enough memory left out for OS and other apps. allocate somewhere around 70% (>50%).
    Let's say you have 16GB physical memory, then 70% of 16GB would be 11.2 GB. So you can give 11.2 GB for SQL server, and leave the rest 4.8GB for OS and other functionalities. You can do this by using the SQL Server Management Studio in the memory tab > Maximum server memory (in MB) field and entering 11200MB for 11.2 GB

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.