You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Marcus Christie (Jira)" <ji...@apache.org> on 2022/12/06 22:42:00 UTC

[jira] [Created] (AIRAVATA-3679) directory download error: Zip file size exceeds max of 1073741824 bytes

Marcus Christie created AIRAVATA-3679:
-----------------------------------------

             Summary: directory download error: Zip file size exceeds max of 1073741824 bytes
                 Key: AIRAVATA-3679
                 URL: https://issues.apache.org/jira/browse/AIRAVATA-3679
             Project: Airavata
          Issue Type: Bug
          Components: Django Portal
            Reporter: Marcus Christie
            Assignee: Marcus Christie


When a directory is downloaded in the Django portal, the directory is first converted to a zip file and then that zip file is returned in the response. Because the zip file has to be created first, as a temporary file, there is a limit on how large it can be so it doesn't overfill the temporary storage space (usually the same as the root partition). To this end there is a cap on directory downloads of 1GB.

Whenever a directory zip download file goes above 1GB, the *Zip file size exceeds max of 1073741824 bytes* is generated.




--
This message was sent by Atlassian Jira
(v8.20.10#820010)