cachethq / cachet

🚦 The open-source status page system.
https://cachethq.io
MIT License
13.79k stars 1.55k forks source link

Cachet is using all of my memory #4290

Closed vanlueckn closed 11 months ago

vanlueckn commented 3 years ago

Since i installed cachet on my php / nginx webserver, i have an issue with a memory leak. The cachet php-fpm processes are consuming all of my free memory:

https://img.tkde.link/H4qohT.png

The cachet instance has very little traffic and currently no registered incidents.

welcome[bot] commented 3 years ago

:wave: Thank you for opening your first issue. I'm just an automated bot that's here to help you get the information you need quicker, so please ignore this message if it doesn't apply to your issue. If you're looking for support, you should try the Slack group by registering your email address at https://cachethq-slack.herokuapp.com. Alternatively, email support@alt-three.com for our Professional support service (please note, this a paid service.) If you're issue is with documentation, you can suggest edits by clicking the Suggest Edits link on any page, or open an issue at https://github.com/CachetHQ/Docs

timgws commented 3 years ago

What version of PHP are you using? I am using 7.1.33 with nginx, and I can't see this problem. What are your php-fpm settings? Maybe having less children might help? Without more specific information, though, it's hard to diagnose.

What are your:

Chrisx84 commented 3 years ago

that isnt a cachet issue, that a server issue. either your web server like apache or nginx is configured or installed wrong or your php. I can see apache using up resources and thats why most of us web devs use nginx now.