Hi can any one recommend some nice free control panel for vps on ubuntu 16.04 or 16.10
I used vesta but problem my server always got used 1600 mb of memory even when it just development website which I only one use. I do not understand how it is possible.
Linux
Last Comment
arnold
8/22/2022 - Mon
arnold
Are you running Ubuntu in graphical mode?
What other than Apache/PHP is running, MySQL database could consume memory.
Use top, o to sort by memory to identify the process that consumes memory.
Maxym Umanskyy
ASKER
I used and found out apache and mysql used memory. It is server version of ubuntu. I just thinking to change hosting control panel.
arnold
Does the control panel, interface consume all this memory?
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
Maxym Umanskyy
ASKER
yes apache mysql.
arnold
Maxym, does the control panel use the memory, or Apache and MySQL use these resources?
Apache and MySQL should be configured to be more efficient.
MySQL ihas a phpmyadmin that can help improve its performance.
The control panel seems is an interface runnnning/served by Apache, and possibly storing data/config within MySQL.
Can you post the top output sorted by memory consumption?
Maxym Umanskyy
ASKER
Ok I am not interesting to find out what the problem with that panel. I searching for some different hosting panel for ubuntu. Can you recommend me some nice free hosting panel ? I used before Cpanel and Plesk, but I do not really need something so powerful.
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
What other than Apache/PHP is running, MySQL database could consume memory.
Use top, o to sort by memory to identify the process that consumes memory.