PHP-FPM 进程内存占满调优
配置 pm.max_children = 30npm.max_requests = 500nrequest_s … 阅读更多
服务器 · 操作系统 · 排错实战
配置 pm.max_children = 30npm.max_requests = 500nrequest_s … 阅读更多
清理 du -sh /var/log/* | sort -rh | head -10n> /var/lo … 阅读更多
放行端口 firewall-cmd –add-port=8080/tcp –permanentnfirew … 阅读更多
调优 echo mq-deadline > /sys/block/vda/queue/scheduler … 阅读更多
查找并释放 ss -tlnp | grep :8080nlsof -i :8080nkill -15 PIDn … 阅读更多
服务端 ClientAliveInterval 60nClientAliveCountMax 3 客户端 Se … 阅读更多
卸载 fuser -km /mnt/datanumount -l /mnt/datanumount -f /m … 阅读更多
排查 dig @8.8.8.8 www.mamingtao.comnsystemctl status name … 阅读更多
强制恢复 [mysqld]ninnodb_force_recovery = 1nsystemctl resta … 阅读更多
优化配置 worker_processes auto;nworker_rlimit_nofile 65535; … 阅读更多