php-fpm内存溢出

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/Celeste7777/article/details/75464717

这里写图片描述

这里写图片描述

$ps --no-headers -o "rss,cmd" -C php-fpm | awk '{ sum+=$1 } END { printf ("%d%s\n", sum/NR/1024,"M") }'
117M

猜你喜欢

转载自blog.csdn.net/Celeste7777/article/details/75464717