Replies: 2 comments 3 replies
-
![]() |
Beta Was this translation helpful? Give feedback.
0 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. |
Beta Was this translation helpful? Give feedback.
3 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?
Beta Was this translation helpful? Give feedback.
All reactions