-
Notifications
You must be signed in to change notification settings - Fork 110
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
A memory leak occurs during real-time precise point positioning #82
Comments
Hello It seems you are experiencing a memory leak issue with Ginan version 1.5.4. Memory leaks can be problematic as they cause the application to consume more and more memory over time, which can eventually lead to performance issues or system crashes. The first step in addressing this issue is to ensure that you are using the latest version of the software. As you mentioned, you are using Ginan 1.5.4 which is outdated, and updating to the latest version, which is version 3.0.0, could resolve the memory leak problem. The new version includes many improvements such as performance enhancements and bug fixes, which might include a fix for the memory leak issue. Here’s a general outline of steps you could take to resolve the issue:
If the problem persists, feel free to contact us. |
Hello Thanks for your response, and the memory leak problem seems to exist in version 3.0.0 as well. |
Hello, Could you provide the configuration file you are using? Thank you. |
Hello,
outputs:
satellite_options:
receiver_options:
processing_options:
estimation_parameters:
mongo: # Mongo is a database used to store results and intermediate values for later analysis and inter-process communication
debug:
|
Is that correlated to #119 ? |
Describe the bug
Running multi-station real-time precision point positioning has the problem of memory leak.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The amount of memory used during program execution does not always increase over time.
Configuration files
ex15_pea_rt_user_gnss_ar.yaml, and the ambiguity_resolution is off, delete_old_ephemerides is true.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: