DBCC trace 3213 Memory limit

sakuraime 2,341 Reputation points
2020-11-05T07:05:26.147+00:00

what's the fomular of determine the
Memory limit: 399 MB???

My server has 8GB ram

37599-backup.jpg

SQL Server | Other
0 comments No comments
{count} votes

Accepted answer
  1. Shashank Singh 6,251 Reputation points
    2020-11-05T07:14:58.903+00:00

    That memory limit is internally calculated by database engine and you do not have control over it. This is determined at the time of running backup and would be used to create memory buffers also. This memory limit is also influenced by buffercount size you have set, but again SQL Server will internally reach to the best memory limit based on runtime configuration. You do have control over Buffercount and maxtransfersize. Plus the trace flag 3213 which gives information is unsupported so we dont have any documentation.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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