i have an issue during a load test.
i am trying to open 100k concurrent users, each user gets a thread and opens a java SockJsClient object for the connection.
the problem occurs when i am reaching more than 32k connections. the test is not indicating any problem with new threads and i see 50k open threads. but on the service side i see only 32.2k open connections.
it is not a service issue bacause i can open this amount from multiple machines combined.
there is no resouce issue on my machine as i have 128GB of RAM and the used memory barely reaches 20% as well as the CPU. i am afraid there is some OS limitation on the number of open fd. the problem is that i run on windows 10 and can not find any documantation of open files limit per system or per proccess. is there anything i can do to increase the limit or even check what the limit is?