[stable34] docs: expand PHP-FPM tuning section with real guidance#14994
Merged
Conversation
Replace the two-sentence stub with real content covering: - pm modes (dynamic/static/ondemand) with trade-offs and Nextcloud guidance (ondemand not recommended; sync clients cause repeated cold starts) - Key parameters: pm.max_children, start/min/max spare servers, pm.max_requests, pm.process_idle_timeout — with the RAM-based sizing formula and how to measure actual worker RSS - Example dynamic config for 2 GB PHP RAM - Slow log setup (slowlog + request_slowlog_timeout) - Troubleshooting section: 502, 504, memory growth, cold-start lag - Cross-reference to source_installation.rst for pool/env-var detail Fixes #11591 Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
The list-table with widths 15/85 caused horizontal overflow in the rendered HTML. Definition list avoids the issue and is more idiomatic RST for key-value mode descriptions. Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Contributor
📖 Documentation Preview📄 1 changed documentation pageLast updated: Thu, 21 May 2026 11:09:51 GMT |
skjnldsv
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of PR #14923