RSGInc / micromobility_toolset

Micromobility Travel Modeling Toolkit
Other
3 stars 2 forks source link

OOMing on path list with full dataset #17

Closed blakerosenthal closed 3 years ago

blakerosenthal commented 3 years ago

The full 19,000 microzone data takes ~140GB of RAM (estimate).

Need to save paths to disk instead of holding in memory.

blakerosenthal commented 3 years ago

decided not to save paths at all; just assign edge ids then throw path away.