-
Committer:
John Arbash Meinel
-
Date:
2008-03-08 09:34:41 UTC
-
mto:
This revision was merged to the branch mainline in
revision
3259.
-
Revision ID:
john@arbash-meinel.com-20080308093441-mo7ui50q8d8aq258
Reduce memory consumption during autopack.
We were requesting the copy_inventory process to extract the inventory
lines for every inventory while autopacking. These were then
stored in a list() and then thrown away. By skipping their creation,
we also avoid processing the inventory hunks.