leaking memory nginx 1.8.0
evgeni22
nginx-forum at nginx.us
Wed Jul 8 07:44:32 UTC 2015
ok the leaking fixed , i will past here for database for other users:
that was in my php-fpm.conf
pm = ondemand
pm.max_children = 10
pm.process_idle_timeout = 60
pm.max_requests = 1000
=============================
after i change it to this conf the leaking stoped.
pm = dynamic
pm.max_children = 10
pm.start_servers = 5
pm.min_spare_servers = 5
pm.max_spare_servers = 10
pm.max_requests = 500
i only not understand why pm = ondemand doing the leaking, does algorithem
in nginx not stable or it php issue ?
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260106,260132#msg-260132
More information about the nginx
mailing list