Skip to main content

How to find the pm (Process Manager) setting in my PHP FPM?

Comments

3 comments

  • MinervaH

    The default value of the 'pm' setting is 'on-demand.' You can modify it globally or for an individual domain(s):

    How to customize the pm setting in PHP-FPM – cPanel

    0
  • chcw

    Thank you. After changing pm to dynamic, I get the following warning in the log:

    [25-Feb-2025 05:30:24] WARNING: [pool xxx_com] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 8 total children

    So, how to change pm.start_servers and pm.min/max_spare_servers?

    0
  • cPRex Jurassic Moderator

    Please note that is just a warning - if things are working well, you may not actually need to change anything.

    0

Please sign in to leave a comment.