Skip to content

Instantly share code, notes, and snippets.

@Jamp
Created June 19, 2017 15:04
Show Gist options
  • Save Jamp/b008a4a1c81abec5422e1fbdfff19128 to your computer and use it in GitHub Desktop.
Save Jamp/b008a4a1c81abec5422e1fbdfff19128 to your computer and use it in GitHub Desktop.
Configuración para mejorar el uso de recursos de PHP-FPM
pm = ondemand
pm.max_children = 75
pm.start_servers = 10
pm.min_spare_servers = 5
pm.max_spare_servers = 20
pm.process_idle_timeout = 10s
pm.max_requests = 500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment