-
**Describe the bug**
we found our app is leaked out ,we use heaptrack to catch yyjson file exists leak mem
**Your environment**
- OS: linux
- Compiler: gcc 9.3 for arm
**Additional conte…
-
Either remove that genome from the list, or correct the dbkey in the data tables. It is probably truncated in one of the columns.
If selected, STAR indexes are "not found". Might have problems wit…
-
### Description
It would be a good idea to dump debug information for eg. cpu/mem profile, stack, trace etc. when system params are abnormal for e.g. cpu and memory usage being abnormally high.
…
-
**Type of issue**: bug report
**Impact**: rocc memory interface
```
logic[15:0] cnt;
localparam BASE = 32'h60010000;
assign rocc_cmd_ready = 1'b1;
assign rocc_me…
-
Hello :wave: ,
After installing NixOS and using `nixos-hardware` to setup my Raspberry Pi 4, the allocated GPU memory is 76M.
```
# vcgencmd get_mem gpu
gpu=76M
```
I'd like to increase it t…
-
-
While reviewing static analysis reports on some CheriBSD ports, I came across this [code](https://github.com/CTSRD-CHERI/chericat/blob/a69d6b8af9c325a861fe5d438f3b7eb34dfaa187/src/mem_scan.c#L289C1-L3…
-
I tried this code:
```rust
#![warn(unsafe_op_in_unsafe_fn)]
pub unsafe fn f() {
let _ = std::mem::zeroed::();
unsafe {
let _ = std::mem::zeroed::();
}
}
```
This causes a diagnos…
-
The stream_mem benchmark in likwid-bench always crashes after starting threads on my Epyc 9374F:
```
$ likwid-bench -t stream_mem -i 128 -w M0:8GB -w M1:8GB -w M2:8GB -w M3:8GB -w M4:8GB -w M5:8GB…
-
So it looks like currently when we ask for an `-ll:nsize` that is too large we get a warning, then the run continues without that allocation at all.
For example, running legate with:
```
--cpus…