From fb80e9504c5fdbb911fdeaaf1272eaabef896de1 Mon Sep 17 00:00:00 2001 From: Chris Moore Date: Thu, 28 Mar 2019 15:19:10 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90fd1e8..844bc7f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # pmcalculator :v: A simple process manager calculator that helps determine the correct values for child processes in PHP-FPM. -# Usage +# Usage 🏗️ 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. @@ -24,5 +24,5 @@ In this example 61588 kilobytes or converted about +- 60 Mb per process. # License -This project is licensed under the MIT License - see the LICENSE.md file for details +This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details