-
## Description
We have a bug report from AllNodes about a Lighthouse node using 77GB of RAM when switching from `--prune-blobs false` to `--prune-blobs true`.
They helpfully shared a jemalloc me…
-
I played around with the `ILinearSolver` interface of the `sparse-matrices` branch. Here's an implemetation which comes with zero additional memory allocations (using a custom [LU](https://github.com/…
-
When given a crafted input lewton attempts to allocate enormous amounts of memory. This presents several issues:
1. This has DoS potential: opening several ogg files for decoding at once may exhaus…
-
As the tracer should keep its own impact as low as possible, keeping an eye out for unnecessary memory allocations is vital.
Example: https://github.com/score-p/scorep_binding_python/blob/f9fbd7d93…
-
> Iteration 2: : Error: Mkql memory limit exceeded, allocated by task 181: 7984906240, host: d-c0fb0me5j664knpup24h-ydb-testing-vla-0-4, canAllocateExtraMemory: 1, memory manager details for current n…
-
The goal of this item is to capture and understand what contributes to JVM memory footprint, then assess the impact of perodically disclaiming this memory from a footprint and throughput perspective. …
-
I want to wrap a vendor's C API that expects the use of custom memory malloc/free functions. See the code below
```
int VENDOR_ask_full_version(
char** release /**< (…
-
Currently, the input data to `xbitinfo.get_bitinformation` is duplicated when calling
https://github.com/observingClouds/xbitinfo/blob/c91a21f1e5e2164f3c1e6e543fad9e2a2547ae8f/xbitinfo/xbitinfo.py#…
-
## Environment Information
- UMF version (hash commit or a tag): main
- compiler, libraries, and other related tools version(s): clang-15, possibly other compiler…
-
We should track host-level metrics such as memory usage, disk usage, cpu usage, etc and combine that with the existing block processing time data `replayor` is already collecting to give a more holist…