Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pacclient.py download is not working with larger file #18

Open
md-shabbir opened this issue Apr 7, 2022 · 0 comments
Open

pacclient.py download is not working with larger file #18

md-shabbir opened this issue Apr 7, 2022 · 0 comments

Comments

@md-shabbir
Copy link

I have a file with size 3.7GB, I tried to download the file using pacclient.py and its failing with exist code 137.

root@test:/opt/pacclient# ./pacclient.py download -d ./ -f /home/shabbim1/test/outputs.tar.gz.uu 10170559
Start to download...
Killed
root@test-upload:/opt/pacclient# echo $?
137

I think the issue is related to memory, pacclient is trying to download the file at once rather than in chunks. since it is reading all the content in memory at once, some memory issue is occurring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant