Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: plackup failures under https

by kikuchiyo (Hermit)
on Sep 21, 2020 at 00:03 UTC ( [id://11121981]=note: print w/replies, xml ) Need Help??


in reply to plackup failures under https

Net::SSLeay might be the culprit: at $work we've found that earlier versions leak memory, basically every SSL connection to the service increased memory consumption by a few kBs. Since we've upgraded to the latest version of the module, the memory leak disappeared.

By the way, you should consider installing some kind of monitoring for your servers, that's how we've noticed the issue before it caused any trouble.

Replies are listed 'Best First'.
Re^2: plackup failures under https
by choroba (Cardinal) on Sep 21, 2020 at 08:34 UTC
    Thank you. I had 1.81 installed, trying now with 1.88.

    map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]
Re^2: plackup failures under https
by nikosv (Deacon) on Nov 04, 2020 at 11:59 UTC
    which monitoring system do you suggest?

      Sorry, I haven't noticed your post.

      We used munin when the memory leak issue I've mentioned was found. It has a plugin to show the memory consumption of docker containers, which was useful to find which of our dockerised services was the culprit for the leak.

      More recently our sysadmins have moved on to Prometheus/Grafana, the justification being that munin uses a lot of resources on the hosts.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11121981]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-03-28 16:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found