The 1k concurrent user issue is almost always the Linux operating system default limit for number of file handles open by one user. You need to increase that to allow more than 1k users.
The 1k concurrent user issue is almost always the Linux operating system default limit for number of file handles open by one user. You need to increase that to allow more than 1k users.