Share via

SQL Memory - Multiple instances same server

Veena Srinivas 251 Reputation points
2021-02-03T16:17:50.46+00:00

Hello,

If I have 1 database server with 38 gb of memory and I have installed 2 SQL instances , how to do I split the memory between the 2 instances while leaving 20% memory for the OS ?

Thanks,
V

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

Answer accepted by question author

Thomas LaRock 81 Reputation points Microsoft Employee
2021-02-03T22:09:48.24+00:00

You will need to do this manually, as the two instances are not aware of each other. With 38GB available, you are looking at about 30GB available to split between the two. The easy thing is to assign a max memory of 15GB to each, but chances are they don't have equal workloads, so you will want to adjust accordingly. HTH

Was 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.