-
### Describe the bug
I've compiled AWS SDK on three RHEL machines. RHEL7, RHEL8, and RHEL9
I noticed that when I call Aws::InitAPI(options) the memory raise by 1847 MB on RHEL7 and RHEL9!
while o…
-
It seems that this version runs out of GPU memory more easily compared to the previous one. With the same quality and quantity of photos, the previous version could complete the training (30,000 steps…
-
It was using 15% of memory, causing low memory events. I had not rebooted the device in a few days iirc and had uploaded many rlogs.
I tried to attach with memray, but instead the process just cras…
-
Hi
I am trying to generate pdf which is around 2000 pages. It works fine for generating once at a time . But in multi thread environment it gets out of memory when we process similar size of 10 pdf…
-
Hi there,
I _think_ there's a problem using unlink! in a multihreaded context. The real case is reading and modifying relatively big xml files (hundreds of megs) and after a while I am running out …
-
Embedded devices should avoid to use memory allocation - or limit allocations to minimum. Unfortunately, the code for WiFi does not honour this rule.
- don't use std::string, use static allocated buf…
-
I simplified it as much as possible. Here's my Cargo.toml
```toml
[package]
name = "geos-geometry"
version = "0.1.0"
edition = "2021"
[dependencies]
geos = "9.0.0"
rocket = "0.5.1"
```
mai…
-
The app seems to have a memory leak at least from version 5.4.1 and 5.5.0.
The process grows of 0.6 Mo each second and consume 10% of cpu in idle.
Here a screenshot with 20Go of Ram used!!
![imag…
-
### LeetCode Username
theyur
### Problem Number, Title, and Link
1195. Fizz Buzz Multithreaded https://leetcode.com/problems/fizz-buzz-multithreaded/
### Bug Category
Incorrect test case *(Output…
-
Would it be possible to add a feature option such as "ollama_cuda_fallback" or something like simply detecting whether it is enabled or disabled. (Detection could be a little complicated since drivers…