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

ROCCA Memory leak #36

Closed
douggillespie opened this issue Jun 11, 2022 · 1 comment
Closed

ROCCA Memory leak #36

douggillespie opened this issue Jun 11, 2022 · 1 comment

Comments

@douggillespie
Copy link
Contributor

when unable to find raw data for a whistle, ROCCA would double the raw data keep time. Since it regularly can't find this data at the end of the file (e.g. when threading causes a whistle to arrive after the raw data are cleaned up) the keep time kept doubling until the memory usage of the raw datablock would kill PAMGuard. I've now hard limited this to 15 minutes, which is loads more than should ever be needed. A similar problem occurred in the Ishmael Localiser.

douggillespie added a commit that referenced this issue Jun 11, 2022
#36
Made a temp build of this for testing.
@douggillespie
Copy link
Contributor Author

Dealt with in V2.02.06

douggillespie added a commit that referenced this issue Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant