-
Notifications
You must be signed in to change notification settings - Fork 17
php
Hanlei Qin edited this page Nov 20, 2019
·
12 revisions
- Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
- php-fpm进程数管理
-
PHP-FPM子进程数量应该如何设置?
- 如果代码是 CPU 计算密集型的,pm.max_chindren 不能超过 CPU 的内核数
- 如果代码不是 CPU 计算密集型的,那么将 pm.max_chindren 的值大于 CPU 的内核数
- 在 N + 20% 和 M / m 之间
- N 是 CPU 内核数量
- M 是 PHP 能利用的内存数量
- m 是每个 PHP 进程平均使用的内存数量
- 启用php-fpm状态详解
芝士就是力量,法国就是培根!
Knowledge is power -- Francis Bacon
人要是没有梦想,和咸鱼有什么分别?光标请勿在最高司令官身上停留!
- mathematics
- algorithm
- theory-of-computation
- compiler
- operating-system
- networks
- security
- artificial-intelligence
- computer-graphics