mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
fix: Release fixes (#1543)
This commit is contained in:
7
docs/faq.md
Normal file
7
docs/faq.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# FAQ
|
||||
- <strong>I am getting `OSError` related with `Too many open files`, what can I do?</strong>
|
||||
|
||||
In case of a bad connection, high API response times can be given, so they will generate problems because of having several simultaneous connections, to solve this problem in your system, use the command ulimit to increase the simultaneous open files:
|
||||
```
|
||||
ulimit -n 1000
|
||||
```
|
||||
@@ -14,4 +14,4 @@ prowler <provider> -i
|
||||
|
||||
- Also, it creates by default a CSV and JSON to see detailed information about the resources extracted.
|
||||
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user