Home > php教程 > php手册 > 开始要关注性能了

开始要关注性能了

WBOY
Release: 2016-06-06 20:10:20
Original
1115 people have browsed it

不得不说,我现在要开始关注性能和稳定性了 最近检查命令行下程序的输出,发现最后退出的LOG大多数是allow memory ....的问题,固然这个命令行下面内存释放有问题有关,但主动释放还是必要的。 毕竟web页在处理完当前请求后,还能够被回收掉一点。php-fpm之

 不得不说,我现在要开始关注性能和稳定性了

最近检查命令行下程序的输出,发现最后退出的LOG大多数是allow memory ....的问题,固然这个命令行下面内存释放有问题有关,但主动释放还是必要的。

毕竟web页在处理完当前请求后,还能够被回收掉一点。php-fpm之类的,还能帮忙,但命令行,它就没有断开过,一直在运行,因此,需要注意一下释放了

或者在无法释放的时候,自己设置一个临界点。到临界点的时候自我重启一下也OK。

逐步开始研究下

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template