Search found 2 matches

by jikos
2018/02/01 22:46:21
Forum: CentOS 7 - Networking Support
Topic: High memory usage on SSH sessions when having BGP
Replies: 10
Views: 5256

Re: High memory usage on SSH sessions when having BGP

Sure, but I'd like to open bug against systemd with RH/Centos nevertheless. This has to be fixed in systemd; walking the whole routing table (and requiring O(N) memory to do so) in order to perform reverse lookup for one particular address doesn't make any sense, and has to be fixed.

Thanks.
by jikos
2018/02/01 12:24:32
Forum: CentOS 7 - Networking Support
Topic: High memory usage on SSH sessions when having BGP
Replies: 10
Views: 5256

Re: High memory usage on SSH sessions when having BGP

Seems like I've encountered the exactly same issue (sshd is being OOM-killed on BGP router when there are too many parallel connection attempts from hosts without reverse IP). God bless systemd again. Has the bugzilla already been created? If so, do you happen to have a link / bug#? Otherwise I'd cr...