Terminal services and memory limits
Posted
by Mark Wassell
on Stack Overflow
See other posts from Stack Overflow
or by Mark Wassell
Published on 2010-06-16T05:29:00Z
Indexed on
2010/06/16
5:32 UTC
Read the original article
Hit count: 490
terminalservices
Is there a way in Terminal Services to set limits on memory related parameters for a process. For example working set size and, possibly, if it makes sense, total virtual memory allocation for the session?
To turn the question around, we have an application which cannot allocate as much virtual memory running on a terminal server as it can when running on a desktop PC (both I would expect to have a limit of 2GB for user mode address space) and I was wondering if there is another limit for processes or users on a terminal server. Perhaps even 2GB per user rather than per process.
© Stack Overflow or respective owner