how to avoid out of memory #675
-
Using 1 GB VPS and scanning a big list of urls (suppose 1 million), the program often go out of memory. Is there any settings to tweak to avoid this? |
Beta Was this translation helpful? Give feedback.
Answered by
olearycrew
Apr 19, 2023
Replies: 1 comment 1 reply
-
You could split the file into multiple chunks or try increasing the delay / decreasing the timeout time |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
olearycrew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could split the file into multiple chunks or try increasing the delay / decreasing the timeout time