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

Associations upload memory leak? #710

Open
ddobie opened this issue Feb 19, 2024 · 1 comment
Open

Associations upload memory leak? #710

ddobie opened this issue Feb 19, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ddobie
Copy link
Contributor

ddobie commented Feb 19, 2024

During a large pipeline run (https://dev.pipeline.vast-survey.org/piperuns/70) I managed to crash vast-data at the association upload step (

def make_upload_associations(associations_df: pd.DataFrame) -> None:
)

2024-02-16 16:44:52,155 finalise DEBUG related_df memory after upload: 17.64984MB
2024-02-16 16:44:52,156 finalise DEBUG Current memory usage: 15.524GB
2024-02-16 16:45:06,674 finalise DEBUG sources_df memory after srcs_df merge: 11053.352438MB
2024-02-16 16:45:06,674 finalise DEBUG Current memory usage: 21.095GB
2024-02-16 16:45:06,674 loading INFO Upload associations...
2024-02-16 16:45:09,239 loading DEBUG associations_df memory usage: 11053.352438MB
2024-02-16 16:45:09,240 loading DEBUG Current memory usage: 21.099GB
2024-02-16 16:45:09,240 model_generator DEBUG Building 20815521 association generators

Grafana memory usage for the run is here - things go pear shaped almost immediately.

@ddobie ddobie added the bug Something isn't working label Feb 19, 2024
@ddobie ddobie self-assigned this Feb 19, 2024
@github-actions github-actions bot added this to To do in Pipeline Backlog Feb 19, 2024
@github-actions github-actions bot added this to To do in Nimbus Production Feb 19, 2024
@ddobie
Copy link
Contributor Author

ddobie commented Feb 19, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant