Discover Centmin Mod today
Register Now

PHP-FPM phpmyadmin.sh and additional php-fpm processes

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by pamamolf, Oct 9, 2017.

  1. pamamolf

    pamamolf Well-Known Member

    4,126
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    6:14 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    I was checking the memory of each proccess using:

    but i notice on server with Phpmyadmin installed to have there listed fpmpool 2, fpm pool3 and so on but i do not use multiple pools .....

    Pools 2 and 3 etc have 7Mb of ram usage each and the normal ones www around 90Mb

    On another server that i do not use Phpmyadmin i can see only the one pool www


    I am wondering why is that?
     
  2. eva2000

    eva2000 Administrator Staff Member

    59,314
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,143
    Local Time:
    1:14 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    installing phpmyadmin.sh with separate php-fpm pool will auto enable multiple php-fpm pools as their config files are all located in same directory which nginx uses to read php-fpm pool configs at /usr/local/nginx/conf/phpfpmd/
     
  3. pamamolf

    pamamolf Well-Known Member

    4,126
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    6:14 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    It will be great if you can find any other way to use Phpmyadmin without enabling multiple pools !
     
  4. eva2000

    eva2000 Administrator Staff Member

    59,314
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,143
    Local Time:
    1:14 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    the additional pools are all ondemand based meaning they don't use any processes really unless actually used by web apps configured to use them

    if you see fpm pool2 etc listed, then that means you have configured them to be used in your web apps i.e. previously setup etc