cancel
Showing results for 
Search instead for 
Did you mean: 

Some thing went wrong error

Some thing went wrong error

hi
Hi we are using php5.6, php-fpm, mariadb10 and nginx. we have issue with order, invoice and catelog.

my fpm config like beow

[user]
listen = /var/run/php5-fpm-user.sock
listen.owner = apache
listen.group = apache
user = user
group = user
pm = dynamic
pm.max_children = 10
pm.start_servers = 2
pm.min_spare_servers = 2
pm.max_spare_servers = 3
pm.max_requests = 100
pm.process_idle_timeout = 10s;
request_slowlog_timeout = 5s

 

when change this setting like below. i dont get this error and fpm get busy while so many users access this site
pm.max_children = 5
pm.start_servers = 1
pm.min_spare_servers = 1
pm.max_spare_servers = 1

Please help us to solve this issue