brightway-lca / brightway2-data

Tools for the management of inventory databases and impact assessment methods. Part of the Brightway LCA framework.
https://docs.brightway.dev/
BSD 3-Clause "New" or "Revised" License
8 stars 21 forks source link

LCI instead of unit process data imports of 3.2 causes huge CPU/memory issues #36

Closed aleksandra-kim closed 4 years ago

aleksandra-kim commented 8 years ago

Original report by Niko Heeren (Bitbucket: nheeren, GitHub: nheeren).


When I try to do data = bw2.Database("ecoinvent 3.2 cutoff").load() my Mac is busy loading data for ages. I killed the process after it used 40+GB of RAM (!).

Is that the documentation that is contained in ecoinvent 3.2 now? Probably it would be smart to offer a way to load the database without the documentation.

aleksandra-kim commented 8 years ago

Original comment by Chris Mutel (Bitbucket: cmutel, GitHub: cmutel).


Resolution is probably to make the correct choice of ecoinvent files much clearer in the documentation.

aleksandra-kim commented 8 years ago

Original comment by Chris Mutel (Bitbucket: cmutel, GitHub: cmutel).


See also: http://stackoverflow.com/questions/38383962/saving-multiple-activities-to-database-in-a-loop-in-brightway/38384521#38384521

cmutel commented 4 years ago

This is sufficiently explained in documentation for now.