I am trying to run httpx 1.7.1 on a linux server with 2GB of RAM using the following command:
./httpx -l in.txt -o out.txt -path mypath -mc 200 -ms mystring -s -sd
The file in.txt contains approximately 30000000 lines. After running for about 40-50 minutes, the memory usage suddenly increased to 80%, and the httpx process was killed. Could you please advise how much memory is required for stable operation?
I am trying to run httpx 1.7.1 on a linux server with 2GB of RAM using the following command:
The file in.txt contains approximately 30000000 lines. After running for about 40-50 minutes, the memory usage suddenly increased to 80%, and the httpx process was killed. Could you please advise how much memory is required for stable operation?