第3行: 第3行:
 
* In auto mode, the fix_cycles() still checks for cycles. However, it only outputs the results and does not fix them. Since the auto mode is usually called by portupgrade, this wastes time.
 
* In auto mode, the fix_cycles() still checks for cycles. However, it only outputs the results and does not fix them. Since the auto mode is usually called by portupgrade, this wastes time.
 
     Solution: skip this stage in auto mode.
 
     Solution: skip this stage in auto mode.
 +
    Effect: reduced time from 1:44 to 0:30

2011年9月14日 (三) 04:59的版本

List of problems in pkgdb, which make it slow:

  • In auto mode, the fix_cycles() still checks for cycles. However, it only outputs the results and does not fix them. Since the auto mode is usually called by portupgrade, this wastes time.
   Solution: skip this stage in auto mode.
   Effect: reduced time from 1:44 to 0:30