Open twistedr11 opened 3 years ago
@dlundquist
Take a look at ulimit
and how many open FDs SNIProxy has.
I'm seeing on my systems that UDP connections are not closing.
HUP'ing the process helps.
HUP'ing the process
i am bit on loss here. i will post the results of ulimit on sniproxy processes, maybe u can suggest smth
Limit Soft Limit Hard Limit Units
Max cpu time unlimited unlimited seconds
Max file size unlimited unlimited bytes
Max data size unlimited unlimited bytes
Max stack size 8388608 unlimited bytes
Max core file size 0 unlimited bytes
Max resident set unlimited unlimited bytes
Max processes 7773 7773 processes
Max open files 65536 65536 files
Max locked memory 65536 65536 bytes
Max address space unlimited unlimited bytes
Max file locks unlimited unlimited locks
Max pending signals 7773 7773 signals
Max msgqueue size 819200 819200 bytes
Max nice priority 0 0
Max realtime priority 0 0
Max realtime timeout unlimited unlimited us
root@vultr:~# cat /proc/26292/limits
Limit Soft Limit Hard Limit Units
Max cpu time unlimited unlimited seconds
Max file size unlimited unlimited bytes
Max data size unlimited unlimited bytes
Max stack size 8388608 unlimited bytes
Max core file size 0 unlimited bytes
Max resident set unlimited unlimited bytes
Max processes 7773 7773 processes
Max open files 1024 4096 files
Max locked memory 65536 65536 bytes
Max address space unlimited unlimited bytes
Max file locks unlimited unlimited locks
Max pending signals 7773 7773 signals
Max msgqueue size 819200 819200 bytes
Max nice priority 0 0
Max realtime priority 0 0
Max realtime timeout unlimited unlimited us
it doesn't happen every time or on a certain frequency, just there are days when it keep dying every 2 hrs
Yeah, you have a different issue. Mine was clearly a very low open file limit
Hi guys,
sniproxy keeps crashing for no reason. can't find anything in logs except this ( syslog )