Search found 50 matches
- Tue May 23, 2017 6:47 pm
- Forum: General Discussion
- Topic: Sudden Sharp Increase in Memory Usage after 0.9.8-17 Upgrade
- Replies: 8
- Views: 2784
Re: Sudden Sharp Increase in Memory Usage after 0.9.8-17 Upgrade
Have you checked what is the highest RAM consumer in your server? i checked under VestaCP [Server], and it seems normal like always. You can use, f.e., top or, better, htop. I also used top before posting here, but that was no help at all. But i just installed htop... it is nice! thanks. Let me rev...
- Tue May 23, 2017 5:54 pm
- Forum: General Discussion
- Topic: Sudden Sharp Increase in Memory Usage after 0.9.8-17 Upgrade
- Replies: 8
- Views: 2784
Re: Sudden Sharp Increase in Memory Usage after 0.9.8-17 Upgrade
But, are you facing any problem for running out of memory? Yes. My Server crashed 3 times recently, the last crash occurred 2 days ago when I thought Tuning MySQL was helping, but it wasn't actually helping. The graph seems ok for me in a Linux server. Linux try to use all the memory using cache. I...
- Tue May 23, 2017 2:43 am
- Forum: General Discussion
- Topic: Sudden Sharp Increase in Memory Usage after 0.9.8-17 Upgrade
- Replies: 8
- Views: 2784
Re: Sudden Sharp Increase in Memory Usage after 0.9.8-17 Upgrade
Nah, it's not helping... I thought Tuning MySQL seemed to be working at first, but after a day or so, it is back like before. This is new graph from today: http://i.imgur.com/jXcmiif.png Memory Usage is still high! I did a server reboot after each MySQL Tuning attempt, now I am thinking the server r...
- Fri May 19, 2017 11:41 pm
- Forum: General Discussion
- Topic: Sudden Sharp Increase in Memory Usage after 0.9.8-17 Upgrade
- Replies: 8
- Views: 2784
Re: Sudden Sharp Increase in Memory Usage after 0.9.8-17 Upgrade
Try to tune your MySQL config first https://forum.vestacp.com/viewtopic.php?f=14&t=14148 Yes, that MySQL Tuner script helped reduce a lot of memory usage. I will post the final results shortly after doing some more tests. Also, is there any such Tuner script for HTTPD or NGINX? that would help opti...
- Wed May 17, 2017 8:28 am
- Forum: General Discussion
- Topic: Sudden Sharp Increase in Memory Usage after 0.9.8-17 Upgrade
- Replies: 8
- Views: 2784
Re: Sudden Sharp Increase in Memory Usage after 0.9.8-17 Upgrade
Okay. I am following this. Will update the results in a few days :)
- Wed May 17, 2017 2:21 am
- Forum: General Discussion
- Topic: Sudden Sharp Increase in Memory Usage after 0.9.8-17 Upgrade
- Replies: 8
- Views: 2784
Sudden Sharp Increase in Memory Usage after 0.9.8-17 Upgrade
Hello, I didn't realize until now that my VPS is consuming an unusual amount of Memory! The Memory Usage sharply increased after the 0.9.8-17 Upgrade. Please see the Graph generated by VestaCP: http://i.imgur.com/NHwzWzH.png According to the Graph, the Memory Usage increased Greatly and all of a Sud...
- Sun Mar 19, 2017 1:47 pm
- Forum: Web Server
- Topic: इन्स्टाल TOMCAT on Vesta Installed वेब सर्वर
- Replies: 7
- Views: 2157
Re: इन्स्टाल TOMCAT on Vesta Installed वेब सर्वर
Guys should use http://centos-webpanel.com/ For PHP+ JAVA ^ that one doesn't have Java, just checked now. But I can tell you VestaCP is quite good and lightweight, have been using it for a while now. That said, @skurudo... I also requested JSP support a while back, remember? It would be nice to hav...
- Fri Mar 10, 2017 4:05 pm
- Forum: 3rd Party Software
- Topic: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
- Replies: 259
- Views: 375201
Re: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
Hi, all PhpMyAdmin not working after installation the script. I have error http://altairexpert.ru/images/2017-03-10_220831.png make sure your session path is writable. you can find the session path with a simple <?php phpinfo(); ?> On my server it's: session.save_path = /var/opt/remi/php70/lib/php/...
- Fri Mar 10, 2017 2:37 pm
- Forum: General Discussion
- Topic: Default website for IP
- Replies: 6
- Views: 6286
Re: Default website for IP
The default site has to be the first VirtualHost. So I do the following: I add in file: /etc/httpd/conf.d/xxx.xxx.xxx.xxx.conf (your ip address) <VirtualHost xxx.xxx.xxx.xxx:8080> ServerName localhost DocumentRoot /home/admin/web/default.domain.com/public_html </VirtualHost> Then I add in file: /etc...
- Fri Mar 10, 2017 2:08 pm
- Forum: General Discussion
- Topic: MySQL corrupt - how to reinstall and restore data?
- Replies: 8
- Views: 6080
Re: MySQL corrupt - how to reinstall and restore data?
Basically my Linux file system crashed, not sure if MySQL did that. Had to do a manual file system check to get the VPS online. After getting it online, I found all the database files and folders were gone in "/var/lib/mysql", the folder was empty. I tried file recovery, did not work. i tried MySQL ...