Update README.md

This commit is contained in:
Chris Moore 2019-03-28 15:19:35 -04:00 committed by GitHub
parent fb80e9504c
commit 7f3a82e521
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# pmcalculator :v: # pmcalculator 🏗️
A simple process manager calculator that helps determine the correct values for child processes in PHP-FPM. A simple process manager calculator that helps determine the correct values for child processes in PHP-FPM.
# Usage 🏗️ # Usage :v:
To find the correct process manager values, you will have to measure how much memory the average process consumes. This may not always be possible unless the process uses very stable and repeating memory amounts. For environments with many different processes, such as shared hosting environments, it may be better to monitor the processes, noting peaks every so often in order to calculate an average. To find the correct process manager values, you will have to measure how much memory the average process consumes. This may not always be possible unless the process uses very stable and repeating memory amounts. For environments with many different processes, such as shared hosting environments, it may be better to monitor the processes, noting peaks every so often in order to calculate an average.
Using the process status (ps) command in Linux, sorting by RSS (Resident Set Size) to show the process with the highest memory usage first. Using the process status (ps) command in Linux, sorting by RSS (Resident Set Size) to show the process with the highest memory usage first.