Memory usage
#2278
Replies: 1 comment
-
|
You'll find good advice in #2253. Additionally, batch processing can be a viable option; consider splitting your 30M line file into smaller chunks. As a last option, try increasing resources. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions