Edgewall Software
Modify

Opened 7 years ago

Closed 7 years ago

#12765 closed defect (fixed)

Downloading a zip archive from browser page eats huge memory

Reported by: Jun Omae Owned by: Jun Omae
Priority: normal Milestone: 1.0.14
Component: version control Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:

Use a temporary file to create a zip archive and send a streaming zip archive.

API Changes:
Internal Changes:

Description

Currently, a zip file from browser page is created in memory. If a changeset or a repository is large, it would eat huge memory.

I consider we should use tempfile to create a zip archive rather than memory.

Attachments (0)

Change History (3)

comment:1 by Jun Omae, 7 years ago

Owner: set to Jun Omae
Status: newassigned

comment:2 by Jun Omae, 7 years ago

If the created zip archive is large, it would be waited to start response in long time. It might be lead to time out.

I think we should start to respond before finish of creating the zip archive → [a0155666c/jomae.git] (jomae.git@t12765-streaming).

Last edited 7 years ago by Jun Omae (previous) (diff)

comment:3 by Jun Omae, 7 years ago

Release Notes: modified (diff)
Resolution: fixed
Status: assignedclosed

Committed in [15831,15833-15834] and merged in [15835-15836].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jun Omae to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.