Skip to content

Instantly share code, notes, and snippets.

View bastomiadi's full-sized avatar

Bastomi Adi Nugroho bastomiadi

View GitHub Profile
@bastomiadi
bastomiadi / php-pools.md
Created August 25, 2019 10:16 — 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
@bastomiadi
bastomiadi / readme.md
Last active January 22, 2019 03:03 — forked from ianmustafa/readme.md
Konfigurasi Sublime Text 3 Favorit.

Konfigurasi Sublime Text 3 Favorit

Konfigurasi

Bisa diakses melalui Ctrl+Shift+P (atau +Shift+P di Mac).

{
	"bold_folder_labels": true,
@bastomiadi
bastomiadi / instal-php-di-ubuntu.md
Created January 22, 2019 02:36 — forked from ianmustafa/instal-php-di-ubuntu.md
Instal PHP di Ubuntu dan keluarganya? Tak perlu bingung lagi!

Instal PHP di Ubuntu dan Keluarganya? Tak perlu bingung lagi!

Thanks to Ondřej Surý, semua jadi lebih mudah. Instal berbagai versi PHP secara bersamaan pun bisa.