fix: Release fixes (#1543)

This commit is contained in:
Pepe Fagoaga
2022-12-15 15:16:29 +01:00
committed by GitHub
parent b67e718412
commit 2da27d59b6
9 changed files with 68 additions and 12 deletions

7
docs/faq.md Normal file
View 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
```

View File

@@ -14,4 +14,4 @@ prowler <provider> -i
- Also, it creates by default a CSV and JSON to see detailed information about the resources extracted.
![Quick Inventory Example](/img/quick-inventory.png)
![Quick Inventory Example](../img/quick-inventory.png)