michael-salient

Results 3 comments of michael-salient

Hi, when the `/sys/fs/cgroup/cpu.max` path is not available, it incorrectly assumes 1 cpu core when calculating load via the cgroup method. This is a bug. Possibly better to just fall...

@davidzhao, I was mistaken. It doesn't read 1cpu, it reads max quota, which will overcommit, not undercommit. Still, if interested in finding the other places where cpu.max could be, there...

A fix could be that this line: https://github.com/emiago/sipgo/blob/9bbb4febff533548072b3d0c4e46de8969ad4cd1/sip/transport_layer.go#L524 could try `l.dnsResolver.LookupSRV(ctx, "sips", proto, hostname)` then l.dnsResolver.LookupSRV(ctx, "sip", proto, hostname)`. Will this be hard to fix since you use an old...