Opened 20 months ago
Last modified 18 months ago
#855 new optimization
Calculating many trees by macro uses too many resources
Reported by: | westram | Owned by: | devel |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ARB_NTREE | Version: | SVN |
Keywords: | tree gde external | Cc: |
Description
Scenario:
- calculate e.g. 50 trees using fasttree triggered by a arb macro
Effects:
- all calculations start simultaneously
- memory usage maximized
- CPU workload maximized
- sequence data is exported for each calculation
- this data is stored uncompressed and aligned ⇒ it may easily use Gbs of diskspace for each
- that data is not deleted when calculation finishes
- calculation does not run import + cleanup w/o interaction
- produced trees all have random names
Wanted improvements:
- allow to limit the maximum number of external tools running simultaneously
- cleanup input data when () calculation finishes
- allow to import trees w/o interaction
- allow to define resulting names via macro (#461)
Note: See
TracTickets for help on using
tickets.
[cost-benefit analysis resulted in negative value]