What does and how exactly ENABLE_TUNING_FPM works #385
-
|
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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
@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