Giter Club home page Giter Club logo

Comments (2)

jessuppi avatar jessuppi commented on May 29, 2024

Thanks for posting @bari86

Interestingly right after you mentioned this, I had a client contact me who is using SlickStack on an older Ubuntu 20.04 server saying his website was crashed... the error log was full of Redis object cache related errors.

I have to assume whatever he experienced is likely the same as you.

I'm going to open a new Issue to investigate that further, but the "quick fix" is probably migrating your site to a brand new build on Ubuntu 22.04 which is incredibly stable for us.

About auto-restarting MySQL it's a great idea and something we used to have (kinda) with Monit, but after we stopped bundling monitoring apps there hasn't been any further attempt at auto-restarting services.

from slickstack.

hj-collab avatar hj-collab commented on May 29, 2024

@jessuppi You can add the below line to make redis / mysql restart always when it runs out of memory. Ofcourse this won't restart for configuration errors. Override the systemd service file by creating an override file else update will override your change.

[Service]
Restart=always

from slickstack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.