Hi,
RMS 2.0.2000, SQL Server 2014 Standard (32 GB RAM)
At times when we try to add items by copying an item in the list (111,000 items in list), headquarters manager will stop responding. It will take multiple minutes to populate the item list and then turn gray when you click on an item. This seems to happen when the amount of RAM being used by the SQL Server process begins to approach the maximum allowed.
I have the Max set on 16 GB, and as I am no expert at SQL server I'm not sure if that is appropriate or not for a 32 GB quad core server (Dell T620 about a year old).
If I restart the SQL Service or reboot the server, it will work fine for a while, until it approaches 14 GB of memory in use by the process. Is there some way to mitigate this?
*This post is locked for comments
What other processes are you running on that server, is it dedicated to just SQL Server? In Theory you could set the maximum to 80% of physical RAM if no other processes are being ran, or need memory.
Also try to keep your db file defragged. You might also need to check you log growth settings and set a good / large minimum size for the log file. Then rotate, backup, and truncate the log on a regular schedule.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156