From a69c28713a846708749a50926bd67cbf63cfdccf Mon Sep 17 00:00:00 2001 From: Leon <91741258+Leon114m@users.noreply.github.com> Date: Mon, 16 Jan 2023 09:05:24 +0100 Subject: [PATCH] fix(docs): Include multiple commas in the troubleshooting file #HSFDPMUW (#1706) --- docs/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 63f218f9..f8f03ded 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -4,11 +4,11 @@ That is an error related to file descriptors or opened files allowed by your operating system. - In macOS Ventura the default value for the `file descriptors` is `256`. With the following command `ulimit -n 1000` you'll increase that value and solve the issue. + In macOS Ventura, the default value for the `file descriptors` is `256`. With the following command `ulimit -n 1000` you'll increase that value and solve the issue. If you have a different OS and you are experiencing the same, please increase the value of your `file descriptors`. You can check it running `ulimit -a | grep "file descriptors"`. - This error is also related with a lack of system requirements. To improve performance Prowler stores information in memory so it may need to be run in a system with more than 1GB of memory. + This error is also related with a lack of system requirements. To improve performance, Prowler stores information in memory so it may need to be run in a system with more than 1GB of memory. See section [Logging](/tutorials/logging/) for further information or [contact us](/contact/).