-
Notifications
You must be signed in to change notification settings - Fork 118
Description
Describe the bug
In Phase 8, we identified a memory usage issue in Sharrow. It was holding onto Sharrow flow data from already completed simulations. This was revealed when we compared the memory foot print of mandatory tour scheduling model of runs with vs without Sharrow. In between the simulation of tour scheduling segments (i.e., work, school, univ), the non-Sharrow run had memory released and restart from a low "base" point but the Sharrow run did not release memory and it piled up.
This was fixed in PR #751 . And at the end of the data type optimization work in Phase 8, the profiling result showed it worked. See documentation here -> #673.
In the most recent benchmarking run, it seems the memory of the mandatory tour scheduling is piling up again, in between its segments, and also impacting the starting point of school escorting.
Zoomed in on Mandatory Tour Scheduling:
Metadata
Metadata
Assignees
Labels
Type
Projects
Status


