I have a series of well optimised services written in house using .Net running on many 512GB RAM server (a mix of Xeons including E5-2697 V2 etc). Is there a maximum handle, process, thread count that would contribute to services becoming unable to stop and start? Haven't got anywhere with Microsoft support to date. Currently the machine is using approx :
81GB RAM 1,000 processes (about 400 user accounts for isolation between each service and child processes) 14,500 threads 1,000,000 handles
We also seem to max out around 550 users on RDP machines on Windows 2012 R2. Is this known/expected?
Machines have plenty of RAM and plenty of CPU. We have even tried running virtual machines, but splitting across machines seems to still hit this 550 user limit.