Skip to content

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

Description

@md-shabbir

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions