Skip to content

Commit 9232ed4

Browse files
authored
Merge pull request #280 from ByteInternet/update-php-workers
Remove line This limit is set at 30 workers per IP
2 parents c39060d + 6845608 commit 9232ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hypernode-platform/php/what-limits-apply-to-active-php-requests-per-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ redirect_from:
1414

1515
Hypernodes uses Nginx and PHP-FPM for processing and serving PHP pages. PHP-FPM uses FPM worker threads to process requests from Nginx. The amount of workers that are available on the Hypernode depends on how many available CPU cores the server has. Benchmark tests have concluded that, based on CPU contention and concurrency, the optimal number of workers is defined by the formula `vCPUs * 5`.
1616

17-
When one IP uses up most or all of the available workers, this causes a processing queue and long loading times for PHP generated pages, possibly resulting in error codes being served to visitors. To prevent this from happening, we limit the amount of workers one IP can use. This limit is set at **30 workers per IP**.
17+
When one IP uses up most or all of the available workers, this causes a processing queue and long loading times for PHP generated pages, possibly resulting in error codes being served to visitors. To prevent this from happening, we limit the amount of workers one IP can use.
1818

1919
## 30 workers per IP
2020

0 commit comments

Comments
 (0)