What does and how exactly ENABLE_TUNING_FPM works #385
Answered
by
shinsenter
FluffyDiscord
asked this question in
Q&A
|
I didn't find anything in the docs, except that it somehow automatically adjust fpm settings. Can someone explain what it checks, and how it figured out the settings that it adjusts? |
Answered by
shinsenter
Nov 4, 2025
Replies: 1 comment
|
@FluffyDiscord php/src/php/common/rootfs/etc/hooks/bootstrap/00-php-config Lines 22 to 59 in d87eddf Basically, when you set |
0 replies
Answer selected by
FluffyDiscord
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@FluffyDiscord
I think you can check the code here.
php/src/php/common/rootfs/etc/hooks/bootstrap/00-php-config
Lines 22 to 59 in d87eddf