Skip to content

Instantly share code, notes, and snippets.

View ErxrilOwl's full-sized avatar

Nikko Atuan ErxrilOwl

View GitHub Profile
@ErxrilOwl
ErxrilOwl / docker-help.md
Created February 18, 2020 10:46 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

@ErxrilOwl
ErxrilOwl / deployment_guide.md
Created July 14, 2020 01:32 — forked from vicgonvt/deployment_guide.md
Deployment Guide for Ubuntu Server from Scratch with Laravel
@ErxrilOwl
ErxrilOwl / php-pools.md
Created July 30, 2020 06:38 — forked from holmberd/php-pools.md
Adjusting child processes for PHP-FPM (Nginx)

Adjusting child processes for PHP-FPM (Nginx)

When setting these options consider the following:

  • How long is your average request?
  • What is the maximum number of simultaneous visitors the site(s) get?
  • How much memory on average does each child process consume?

Determine if the max_children limit has been reached.

  • sudo grep max_children /var/log/php?.?-fpm.log.1 /var/log/php?.?-fpm.log