How to reduce Physical Memory usage in SQL Server -


i have 32 gb physical memory server. when starting server taking 18gb memory when server , sql server 2008 r2 up. after few hours sql server taking 23gb or more cached size going 4939 or more. cause of problem , how can see queries making problem?`

sql loves memory, it'll use needs to, when caching data. nature of caching data using memory. if concerned leaving little memory server or other processes running on server, set max memory amount sql.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -