-
Notifications
You must be signed in to change notification settings - Fork 44
Large scan files #73
Comments
Hello, As mentioned in README, you can control timeouts and file size limitations via environment variables. Edit docker-compose.yaml and add following environment variables:
Hope that helps. |
i still could not get it to scan a file that is 200mb, i provided the screenshot so you can check my syntax is correct. do i need to change anything in the appsettings.json under malwaremultiscan.api and malwaremultiscan.scanner? thank you for getting back to me
…-----Original Message-----
From: Volodymyr Smirnov <notifications@github.com>
To: mindcollapse/MalwareMultiScan <MalwareMultiScan@noreply.github.com>
Cc: mcsmith2150 <mcsmith2150@aol.com>; Author <author@noreply.github.com>
Sent: Tue, Jan 26, 2021 3:13 pm
Subject: Re: [mindcollapse/MalwareMultiScan] Large scan files (#73)
Hello,As mentioned in README, you can control timeouts and file size limitations via environment variables.Edit docker-compose.yaml and add following environment variables:
- FILE_SIZE_LIMIT=52428800 to the api service where 52428800 is the maximum file size in bytes.
- MAX_SCANNING_TIME=60 to all scanners where 60 is the maximum duration scanner can scan the file.
Hope that helps.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I'll try tonight and let you know. Meanwhile, could you please confirm if that happens with a particular file or any file bigger than 200 MB? As to the environment variables, you should add them in docker-compose.yaml for api and all scanners unless you are rebuilding docker-compose file from scratch. |
it does it to any file over 200mb and i even tried the docker install file that is 400mb and won't scan seems to time out, the bar gets half way then dissappears
…-----Original Message-----
From: Volodymyr Smirnov <notifications@github.com>
To: mindcollapse/MalwareMultiScan <MalwareMultiScan@noreply.github.com>
Cc: mcsmith2150 <mcsmith2150@aol.com>; Author <author@noreply.github.com>
Sent: Wed, Jan 27, 2021 9:03 am
Subject: Re: [mindcollapse/MalwareMultiScan] Large scan files (#73)
I'll try tonight and let you know. Meanwhile, could you please confirm if that happens with a particular file or any file bigger than 200 MB?As to the environment variables, you should add them in docker-compose.yaml for api and all scanners unless you are rebuilding docker-compose file from scratch.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Good Afternoon, I just wanted to let you know I made the changes: FILE_SIZE_LIMIT=52428800 to the api service where 52428800 is the maximum file size in bytes. I even changed the 52428800 to 0 so it would not verify file size but when I try to scan a file that is 200MB the bar stops half way and I even increased the MAX_SCANNING_TIME=20000 and still have issues, let me know if there is anything I can do to scan. |
Maybe try to do the following after adding the changes
|
What changes can I make to increase the file size to scan. I am uploading 300mb file to scan and scanner stops working
The text was updated successfully, but these errors were encountered: