Running a full slurp at concurrency of 100-200 can easily result in memory usage of 3GB+. We should explore ways this can be reduced, to reduce pressure on the host computer while slurping.
The pprof tool identifies most memory usage as storing the zip file in memory, while we download it and then extract it.
Running a full slurp at concurrency of 100-200 can easily result in memory usage of 3GB+. We should explore ways this can be reduced, to reduce pressure on the host computer while slurping.
The pprof tool identifies most memory usage as storing the zip file in memory, while we download it and then extract it.