Hacker News new | past | comments | ask | show | jobs | submit login

Yes - use taskset or isolcpus with other magic to put sshd on its own CPU core, or one core per CPU. Lots of HFT places do that.



That doesn't help if the problem is a bandwidth congestion problem.


It can help some amount, though. Bind the NIC interrupts to a small handful of cores. Or, ensure that ssh only works through a management NIC, and have that NIC bound to the same cores as sshd. You can get really fancy with these setups, especially when working with NUMA stuffs




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: