yujiasheng
yujiasheng
Hello, we encountered a memory leak when using weasyprint. The phenomenon is that once the memory goes up, it can't go down again. Prometheus monitoring screenshot: cpu:  memory: ...
hi "nginx_sts_upstream_connects_total", I rely on this indicator to count the cps of nginx. After testing, it is found that this counter does not increase by 1 when the tcp handshake...
Hello, I'm curious how this indicator "nginx _sts_upstream _connects_total" is calculated when nginx proxy udp. As far as I know, udp does not have the concept of "connection"
These two places do not serve as locks. You should use std:: lock_ guard
https://github.com/contiv/ofnet/blob/c080e5b6e9bede4db7b5da634c3de01c346edc84/ofctrl/ofSwitch.go#L54 If the switches have the same datapath_id, it can lead to issues. In OVS, if two bridges are attached to the same physical interface, their datapath_id will be the...
i run : `curl -H "Host: http.domain.com" \ --resolve http.domain.com:10000:127.0.0.1 \ --cacert certs/tls-ca.crt https://http.domain.com:10000/` got: curl: (60) SSL certificate problem: unable to get local issuer certificate curl -k work