Closed gquittet closed 2 years ago
Hello, any update here?
You can try increasing the timeout (or even to deactivate it) by using the command line argument or the config (https://gvm-tools.readthedocs.io/en/latest/config.html).
I've already increased the timeout to 600 seconds, but I think the Postgres has some issues with a lot of tasks.
I found the issue.
I created one task by one target.
The huge amount of created task takes too much RAM ⇒ docker container restart
So the solution was to create one task by type of target. With this technic, we launch only 7-8 tasks that are is much more simple to handle by OpenVAS and much lighter in RAM consumption.
So we can close this issue.
Hello guys, I have a similar issue with OpenVAS than the linked one:
using
On heavy load (aka creating 300 tasks to scan 300 targets), I have this output after creating ~260 tasks and targets:
I think this issue is really the same as the referenced one, even if it's 2 years old.
https://github.com/greenbone/gvmd/issues/347