-
@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.
-
After the new version
there is a memory leak
I think it is coming from funlib.persistence
Because funlib.show.neuroglancer is becoming really slow and buggy
@pattonw
-
The longer the viewer runs, the more RAM it uses and the slower it renders. To reproduce this issue, create a loop that changes a small scene repeatedly and call view_all() in each iteration. The perf…
-
You leaked a supabase api key in the docs page , roll it and put the new one in the .env file
-
Hello,
I'm noticing memory leaks when using j4rs to call a Java function from Rust. The Rust function passes a string, the Java function takes that string and does some operations on it and returns…
-
### Solution to issue cannot be found in the documentation.
- [x] I checked the documentation.
### Issue
Rasterio users are reporting memory leaks with recent conda-forge packages. For example http…
-
Everytime when I do "Capture and Analyze", Unity memory usage go up, and it will never go down again, even if after I close Heap Explorer window.
Unity Editor verison: 2019.4.40.f1
-
env: k8s cluster
memory use
![image](https://github.com/user-attachments/assets/bb5d855f-2c5d-4203-8a6b-fec9115b5351)
pm2 list
```
pm2 list
┌────┬───────────────────────┬─────────────┬────…
-
Hello,
the Scanner object here is not properly closed causing resource leaks. Can you please fix it?
Thank you,
Tomas
https://github.com/fingerprintjs/fingerprintjs-android/blob/a33e213daa8534a2…
-
With the following short script to parse a html page and do an xpath search, memory usage will continually climb until it's killed for out of memory: https://gist.github.com/bo-tato/fe8194f53be5061a43…