Might check the Processes tab to see what consumes the memory.
Windows Server 2016 High Memory Usage
"Windows Server 2016 (Standard) High Memory Usage"
Hi,
Memory usage is abnormal after Windows Update 2022-05 (KB5014026) and 2022-06 (KB5014702) on July 5, 2022.
Does anyone have a similar issue?
If so, how did you resolve the issue?
Normally, memory usage had been about 50%. However, the memory usage continues to increase after the update.
Would you please let me know how I can resolve the issue?
Thank you.
Memory Usage Graph 1
Memory Usage Graph 2
Windows for business | Windows Server | User experience | Other
6 answers
Sort by: Most helpful
-
-
Caleb Ha 1 Reputation point
2022-08-09T17:30:53.117+00:00 Hi,
Thank you for the response.
I don't see any high memory usage in Processes tab when sorted by Memory.
If I add all memory usages in Processes tab, it is about 2 GB only.Processes Tab
Current grafana graph with percentages
-
Limitless Technology 39,926 Reputation points
2022-08-15T08:27:35.47+00:00 Hi,
First of all did you rebooted the server after update ? Also I see you have sql server installed in it, can you check if anyone running long queries, try by restarting all the services of sql.
SQL will use as much physical RAM as you allow it. It was designed to cache data in memory where it is available much faster than if it had to be read from disk consistently.
I had a similar issue but at the end uninstalling the updates only works for me.
-
Caleb Ha 1 Reputation point
2022-08-18T20:50:07.313+00:00 No DB is in that server.
This server runs queries only since DB is located in another server. DB is combined about one year ago.
Do you think it can still increase the memory usage?
If so, why it does happen right after recent Windows update?
With current configuration, average memory usage was about 50%. -
Anonymous
2022-08-18T21:03:53.707+00:00 This server runs queries only since DB is located in another server
I'd consult the application developer about this.
--please don't forget to
upvote
andAccept as answer
if the reply is helpful--