Replies: 3 comments 3 replies
|
Hi @jenztales, The error jumps in this part of the code: prowler/prowler/lib/check/check.py Line 420 in 3d4902b What’s happening is that your soft ulimit (1000) is lower than 4096, so prowler it’s trying to temporarily increase it, but your OS likely blocks that. This may be caused due to your hard ulimit is also below 4096. Please check both values, and if I’m right, try to set your hard ulimit to 4096 or higher. |
3 replies
|
I’ll close this as outdated since it’s been over a month without a reply and no other users seem to have the same problem. Please, reopen it or create a new one if the issue persists or you find a new one, we'll be happy to help. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm having an issue running prowler recently. I've updated to the most recent version, and my scan just hangs.
The ulimit is set to 1000
I've checked the permissions for my prowler account in AWS, it's set to 'security auditor.' Any idea what else could be the isue?
All reactions