czldb2 opened a new issue, #581: URL: https://github.com/apache/mina-sshd/issues/581
### description I ran the sshd service on one of my centos7 machines, and in my tests the number of nio threads in the default configuration of SshServer was about the same as the capacity of a loaded session in a scenario configured with twice the number of cpu cores. About 1000 sftp connections are opened, and a 13 MB file is uploaded every 1 second. When an ssh or sftp session is reopened, the connection times out. I observed that cpu load and memory usage were not up to the limit, and disk io seemed normal. I then tried to reduce the nio thread count, but it didn't seem to have much impact on the load capacity. My system is configured with 16 cores and 32GB. The sshd service is allocated 16 GB ### question I would like to ask are there any other configurations of sshd that affect the session load capacity of the sshd service? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org