Link to home
Start Free TrialLog in
Avatar of Y I
Y I

asked on

Is there any way to restrict memory resource usage on windows server 2016 for each processes?

Is there any way to restrict  memory resource usage on windows server 2016 for each processes?  
I'm looking for a solution similar to cgroup memory restriction on Linux.
Avatar of Lee W, MVP
Lee W, MVP
Flag of United States of America image

There are a bunch of third party products out there that claim to do this.  Microsoft had a product - Windows System Resource Manager  - but that's now deprecated and I don't think it's available beyond 2008R2.  Microsoft's position seems to be to duplicate the effect by running multiple VMs in hyper-V.  Want to limit application x to 2 GB of RAM?  Then install a VM with 2 GB of RAM - there - it's limited!
ASKER CERTIFIED SOLUTION
Avatar of Peter Hutchison
Peter Hutchison
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Y I
Y I

ASKER

Thank you very much for the information. It's very helpful. I learned that there are many ways to limit memory usage from application side. Also, Sysinternal tools are awesome.  Thank you!