How to calculate pm.max_children for Espo?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AlexiLaiho
    Junior Member
    • Apr 2026
    • 10

    #1

    How to calculate pm.max_children for Espo?

    My server is down, after some troubleshooting I found a line in espocrm docker container logs:
    Code:
    WARNING: [pool www] server reached pm.max_children setting (5), consider raising it
    Why the default value is so low and to what number it is recommended to increase it? For reference, we are very small company (5-10 users) and we have very low activity footprint, no more than 2-3 simultaneous users. Server is on DO, 2GB RAM.
  • lazovic
    Super Moderator
    • Jan 2022
    • 1225

    #2
    Hi AlexiLaiho,

    This parameter depends on your server and PHP configurations.

    If you installed EspoCRM using a script, you can change this parameter using the following instructions: https://docs.espocrm.com/administrat...p-fpm-settings.

    Comment

    Working...