Opened at 2012-08-06T23:00:47Z
Last modified at 2012-08-06T23:15:32Z
#1796 new defect
refuse to upload/download a mutable file if it cannot be done in the available memory
Reported by: | davidsarah | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-mutable | Version: | 1.9.2 |
Keywords: | mutable large usability error | Cc: | |
Launchpad Bug: |
Description
If an operation on a mutable file requires significantly more memory than the amount of physical memory available, then it will just thrash uselessly. Depending on how well the operating system handles memory pressure, this may make the machine unusable or the gateway process difficult to kill. The gateway should simply refuse the operation in this case.
The method of getting the amount of usable memory is likely to be different on Unix and Windows.
Note: See
TracTickets for help on using
tickets.