control php Pool

Discussion in 'Server - Vps - Hosting - Domain' started by lazyboyy9, Sep 5, 2021.

  1. lazyboyy9

    lazyboyy9 Khách Qua Đường

    Bác nào chỉ em cách control php Pool không ạ. Con sever 16core mà dùng như con 2core vậy :<
     
  2. TheLooter

    TheLooter Khách Qua Đường

    Tham khao: https:// _tideways.com/profiler/blog/an-introduction-to-php-fpm-tuning , vi du cho em dedicated 6 cores, 12 threads:

    # For 32G RAM, 12 cores
    pm.max_children = 130 ; (Total RAM – Memory used for Linux, DB, etc.) / process size (~50M)
    pm.start_servers = 36 ; Same as max_spare_servers, or sum 2 below/2
    pm.min_spare_servers = 18 ; Number of CPU cores x 2
    pm.max_spare_servers = 36 ; Number of CPU cores x 4
     
  3. lazyboyy9

    lazyboyy9 Khách Qua Đường

    cảm ơn bác nhiều nha. em vào tham khảo với mò ra thêm mấy cái thì thấy sever khoẻ hơn rồi <3