I hope I'm posting this under the right category.
While centralizing our storage for our DevOps pipeline, I've come across the issue that Windows has a limit on Maximum open files per session (found on powershell by the net config server command). Our network storage is mounted on each of our Windows Build Farm machines, but due to this open file handle restriction, all of our builds are failing. Is there a way to increase this limit, since local handles can reach up to several million? Or is there a way around this, perhaps by tricking windows into percieving the mounted drive as local? I do know it is possible on *nix OS to change this type of value, but I have found no documentation on Microsoft's side. I would hope that Microsoft might perhaps have a solution to this as well, since rebasing our build farm to Linux would be an inconvienence.
I do find it strange that the Maximum open files per session is affecting the build farm agents as clients/workstation, since this value is only being displayed for net config server and is not given on net config workstation. But I assume this value is used for each network connection sessions. The centralized storage is running on a new Synology NAS, if that information might be helpful. Let me know if any further information is needed to better assist.
Thanks for any assistance.