feed generate limitation #791
Unanswered
gkostopoulos
asked this question in
Q&A
Replies: 3 comments 2 replies
|
Can you check where it fails? I'm wondering if it fails at: https://github.com/MISP/PyMISP/blob/main/examples/feed-generator/generate.py#L60 or somewhere else. And an other thing: please have a look at the error logs ( |
1 reply
|
This error sounds like an issue with your ssl setup, nothing to do with the memory, as far as I can tell. I don't think this one is related to the 500 error you get with the feed export. |
1 reply
|
I'll need you to find the exception you're getting that is related to the error, because I'm not sure how we can help here. |
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.
Hi ,
I'm trying to generate a feed using the generate.py script and I receive an error 500 .
The script is working fine when I set the entries parameter up to 3000 on the settings.py
But if I set it to a bigger value it fails.
Is there a limitation in the feed size ?
My server is Redhat 7.9 4 cores 16GB of memory.
All reactions