Limiting total FPM processes

Discussion in 'Installation/Configuration' started by triforce86, Jun 2, 2014.

  1. triforce86

    triforce86 New Member

    Hi all,

    I know that I can configure an FPM pool for individual websites, but is there any way to limit the total number of FPM processes that my server will spawn at any one time?

    For example, let's say I have 30 websites on my server, but only enough memory for 20 FPM processes. It's my understanding that if all 30 sites were visited at once, I'd run out of memory. Obviously I'd like to avoid this if possible.

    I'd be grateful if someone could please offer some advice that might help me.

    Thanks in advance
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You can not limit the overall number of fpm processes across different php-fpm pools.
     
  3. triforce86

    triforce86 New Member

    Thanks for the confirmation Till
     

Share This Page