-
Notifications
You must be signed in to change notification settings - Fork 3
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
memory leak #3
Comments
when the egui code from the 0.1.0 branch reaches stable - aiming for sometime before December 12 - i believe the memory leak will be fixed. |
after further inspection, using egui does not appear to fix the memory leak - the new version of the plugin got up to 550MB of memory usage in less than an hour. |
pushing back to 0.2.0 milestone; we'll see if removing dependence on the KiCAD API will make this a little better. |
using Xcode's Instruments tool on macOS, i've finally isolated the memory leak to the active-win-pos-rs crate, which is used to determine whether KiCAD's schematic editor or PCB editor are being used. |
lol it's always the ones you least suspect |
active-win-pos-rs 0.8.4 will be used in kicad-wakatime 0.1.2 today. closing as fixed. |
@24c02 just left kicad-wakatime open for the day and didn't think anything of it until it was found to be using 11.6GB of memory.
this is really bad! this should be fixed as soon as possible.
The text was updated successfully, but these errors were encountered: