[
https://issues.apache.org/jira/browse/AIRAVATA-3679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcus Christie updated AIRAVATA-3679:
--------------------------------------
Description:
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* error is generated.
was:
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.
> 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
> Priority: Major
>
> 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* error is generated.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)