Sami Mokaddem

Results 61 comments of Sami Mokaddem

With possibility to specify a paste to reprocess?

Hey, Thanks for reaching out! This feature is currently being worked on. You will be able to configure how long the data saved on the system should be kept. Thanks...

Not sure if it help, but it may be worth playing with this https://flask.palletsprojects.com/en/1.1.x/patterns/fileuploads/#improving-uploads

I also think that your intuition about maximum submission size is correct, so I just pointed the relevant part of the documentation. If your initial guess is correct, it should...

The search in AIL is done by Whoosh and depending on the amount of data fed to AIL, can lead to large indexes that have to be split to keep...

https://github.com/CIRCL/AIL-framework/issues/352#issuecomment-641064855 @annetteshajan It seems that you have a screen already running for the root user. Could you kill it before relaunching the mentioned script?

Nevermind. Seems to be solved in https://github.com/CIRCL/AIL-framework/issues/352#issuecomment-641064855

@src7 Are you using the `import_dir.py` script by any chance? If yes, you might want to change the sleep time to something smaller. Look at this: https://github.com/CIRCL/AIL-framework/blob/5ae22ec2168a55e89279228de7c4cdbbd36baa44/bin/import_dir.py#L114

1. In which console do you see that more than 150? ``Global``, ``Mixer`` or ``import_dir? By default ``args.seconds`` is set to 0.2s 2. And where do you see the 150...

Hey, what are the specs of your system? How much memory is available?