dqj96395 2015-08-17 18:43
浏览 46

Php慢慢操作

I have nginx server. With following configurations:

32 GB RAM
Intel Xeon E3-1231v3 (3.4)

It is a dedicated server and hosts only one website. Recently, the average load was pretty high (uptime command). I debugged all the php code and there is no bug as it is mostly static website with rewrite mode. It only fetches data from MySql. I used iotop command and it showed the following command was eating all the io.

find /var/lib/php5 -depth -mindepth 1 -maxdepth 1 -ignore_readdir_race -type f -cmin +300 -delete

What does it has to do with nginx or php? How could I stop it? It runs after sometime automatically.

MySql Conf file settings are here.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 神经网络怎么把隐含层变量融合到损失函数中?
    • ¥30 自适应 LMS 算法实现 FIR 最佳维纳滤波器matlab方案
    • ¥15 lingo18勾选global solver求解使用的算法
    • ¥15 全部备份安卓app数据包括密码,可以复制到另一手机上运行
    • ¥15 Python3.5 相关代码写作
    • ¥20 测距传感器数据手册i2c
    • ¥15 RPA正常跑,cmd输入cookies跑不出来
    • ¥15 求帮我调试一下freefem代码
    • ¥15 matlab代码解决,怎么运行
    • ¥15 R语言Rstudio突然无法启动