The system load average is 32.01

sIiiS

Verified User
Joined
Apr 1, 2014
Messages
9
Hello

I have a VPS with 12GB RAM and only one site hosted
from 10 days ago, my website hanged many times and I can not understand why?!

Optimized MySQL
Checked php-fpm7.1 config file

every time should restart php-fpm every 5s and after that should restart server but after only 5Min. again problem back and my members can not access to the site

What is the problem here?

Code:
[root@server ~]# free -mt
              total        used        free      shared  buff/cache   available
Mem:          11853        2057        9157          48         638        9474
Swap:             0           0           0
Total:        11853        2057        9157

Code:
pm = ondemand
pm.max_children = 50
pm.process_idle_timeout = 10

Code:
php-fpm71 (pid 14313 14329 14412 14423 14426 14430 14432 14433 14434 14435 14436 14437 14439 14441 14443 14445 14446 14449 14451 14452 14456 14457 14464 14466 14505 14603 14605 14607 14609 14611 14614 14616 14617 14624 14625 14628 14629 14632 14633 14636 14648 14649 14653 14654 14657 14659 14661 14663 14665 14667 14689 )	1.66 GB

Also attached warning message
 

Attachments

  • scren1.png
    scren1.png
    233.6 KB · Views: 53
  • warning-message.txt
    46.6 KB · Views: 88
Last edited:
Back
Top