Analista de Software
Hello, good afternoon, I have two systems: web, Intranet installed on my VPS (4GB RAM AND 80 DISK)
But it surprises me because memory consumption is high and that only 5 users enter the intranet and the web will visit 30 people a day:
run htop to display what that I get:

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there @slira,
It looks like there are a lot of open MySQL connections.
What I could suggest is checking what queries are being executed and see if there are any sleeping ones or long-running ones.
During the next spike, you can do that by running the following:
mysql -u your_user -p
SHOW FULL PROCESSLIST;
Hope that this helps! Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.