-
**Describe the bug**
Potentially related to https://github.com/rapidsai/dask-cuda/issues/1351, I am seeing quite a bit of unexplainable CPU memory usage.
**Steps/Code to reproduce bug**
```python…
-
Using the javascript wrapper to request the validator info data from every node in a network seems to leak memory. We saw this behavior consistently in our backend service over several weeks now.
T…
-
Hello, in your code, I found two places that easily lead to memory leaks; 1. I noticed that the memory space and resources of wmi.enumerator were not released before each query was run. This can resul…
-
After pinning down the source of the memory leak in my application, I saw that a huge portion of it came from your library, specifically [`perlin.js:41`](https://github.com/joeiddon/perlin/blob/master…
-
In python I found that jpegio package has a memory leak problem, has anyone found this problem and how to solve it
-
Please make sure that this is an issue related to performance of TensorFlow.
As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
we only address code/doc bug…
-
I'm trying to benchmark sorting runtime as a function of input size. I have this function
```julia
using BenchmarkTools
function f(n)
x = rand(Int, n)
target = sort(x)
y = copy(targe…
-
I am using zipformer with online model (streaming mode) using C APIs on android platform, the ASR functionality is working OK. In my code during constructor call, I am initializing and keeping the rec…
-
I'm running Hermes-3 in 2D and trying to optimise PETSc preconditioners, focusing on the `ILU` methods `Euclid` and `PILUT`. Ignoring the fact both are now deprecated in Hypre, I found that `PILUT` is…
-
Version-2.1.4 is using a dependency of **glob "^7.1.6,"** which has a transient dependency, "**inflight**," that has a memory leak. maybe updating glob to the latest version might fix the issue
r…