简体   繁体   English

SQL SERVER 2014-甚至在“最大服务器内存”的设置值之后,内存已满

[英]SQL SERVER 2014 - Memory Full even after set value for “max server memory”

I'm using SQL server 2014 on a server that has 76GB RAM. 我在具有76GB RAM的服务器上使用SQL Server 2014。 the "max server memory" in SQL is 32 GB, database size is about 600GB. SQL中的“最大服务器内存”为32 GB,数据库大小约为600GB。

SQL Memory Consumption hit the 99% and affect the server performance. SQL内存消耗达到99%,并影响服务器性能。 can I know the reason? 我能知道原因吗?

thank you. 谢谢。

I found the problem !! 我发现了问题! it was in a procedure that move data from SQL server to MySQL every minutes using Linked server. 它是使用链接服务器每分钟将数据从SQL Server移到MySQL的过程。 linked server activities is not included in "max server memory" for that reason the memory get full. 链接服务器活动不包括在“最大服务器内存”中,因此内存已满。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM