Feature #77
Calculate disk footprint more precisely
| Status: | New | Start: | 07/11/2010 | ||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | |||
| Assigned to: | jbk | % Done: | 20% |
||
| Category: | Core | ||||
| Target version: | - | Estimated time: | 5.00 hours |
Description
Instead of using estimates and the hardcoded renderer size of 70MB + 20MB output use actual values from the renderer archive as well as output.
History
Updated by jbk 11 months ago
- Assigned to set to jbk
- % Done changed from 0 to 10
This is not easy to do automatically since it involves some unknowns. Instead split this value into several subvalues:
1) Size of compressed files
2) Size of extracted files
3) Size of temporary space required for a given session
4) Size of temporary space required for renderer
(1) and (2) should be fairly easily computable whereas (3) and (4) will have to be generous guesses.