-
Hi
I have the TA up and with the `PrometheusCR` enabled, this is to look at options of migrating to using the OTEL collector for more purposes.
At present I am getting data as expected except fo…
-
Hello, the dependency cannot compile:
```
error: failed to run custom build command for `librocksdb-sys v0.8.3+7.4.4`
Caused by:
process didn't exit successfully: `project/target/release/bui…
-
Development in the Windows Kernel requires allocations from different pools and the capability to tag allocations is an invaluable tool for debugging/triage.
Today this repository looks to recommen…
-
**Describe your environment**
OS: CentOS Stream release 8
Compiler: gcc (GCC) 10.3.1 20210422 (Red Hat 10.3.1-1)
OpenTelemetry libs compiled today (2/9/2022) from main branch using following comma…
-
When using `first-fit-top` as the default allocator I am seeing memory leaks when using allocating stl objects (like `std::vector`). The reason is that those objects are calling `operator delete` with…
-
I have NC6 Linux VM with Python 3.5.2 and CNTK 2.0 GPU wheel. I am getting "RuntimeError: CUDA failure 77: an illegal memory access was encountered " error. Not really sure about the cause of proble…
-
### bug描述 Describe the Bug
版本 develop 1540e20051338597c3df4e001c4a1f896c25d74e
编译选项 cmake .. -DWITH_CUSTOM_DEVICE=ON -DWITH_GPU=ON -DWITH_TENSORRT=ON
原因commit
https://github.com/PaddlePaddle/P…
-
Memory usage increased by 200m after search
Memory observation method:
def check_momery():
process = psutil.Process(os.getpid())
memory_info = process.memory_info()
print(f"Memory Usage: {memor…
-
Currently Rust requires passing `Layout` to the deallocator. However, Rust is frequently used with the `System` allocator that wraps `libc::free`, which doesn't need this information. This means that …
-
When creating the parser context, the memory functions set when creating the xmpp-context is not forwarded to libexpat. This causes libexpat to use regular malloc/realloc/free instead, which is a issu…