MySQL 8 关闭 performance_schema = off,可以瞬间节省200~300M左右内存
日度归档:2023年4月16日
nginx: worker process is shutting down
nginx: worker process is shutting down,这个是nginx reload后可能会出现的,应该是继续处理未结束线程用的。
如果你的超时相关配置设置了很长时间,那么这个线程也会存在很长时间。
MySQL 8 关闭 performance_schema = off,可以瞬间节省200~300M左右内存
nginx: worker process is shutting down,这个是nginx reload后可能会出现的,应该是继续处理未结束线程用的。
如果你的超时相关配置设置了很长时间,那么这个线程也会存在很长时间。