Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address Memory Spike in Assignment.find_passenger_vehicle_times #132

Open
danielsclint opened this issue Mar 9, 2018 · 1 comment
Open
Assignees
Labels

Comments

@danielsclint
Copy link

Isolated memory usage on Assignment.find_passenger_vehicle_times.

The first 6 seconds are reading in the dataframes from disk, and are not part of the Assignment.find_passenger_vehicle_times().

passenger_veh_times_current

danielsclint pushed a commit to danielsclint/fast-trips that referenced this issue Mar 9, 2018
@danielsclint
Copy link
Author

After the last commit. The same memory profile with out the 75 percent spike. Again first 6 seconds is dataframe loading from disk.

passenger_veh_times_mod

danielsclint pushed a commit to danielsclint/fast-trips that referenced this issue Mar 9, 2018
@e-lo e-lo added the memory label Mar 12, 2018
danielsclint pushed a commit to danielsclint/fast-trips that referenced this issue Jun 29, 2018
danielsclint pushed a commit to danielsclint/fast-trips that referenced this issue Jun 29, 2018
e-lo pushed a commit that referenced this issue Jul 2, 2018
e-lo pushed a commit that referenced this issue Jul 2, 2018
e-lo pushed a commit that referenced this issue Jul 2, 2018
e-lo pushed a commit that referenced this issue Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants