-
The overall size of memory allocatable in DART-MPI through `dart_memalloc` is currently limited to 16MB. The limit is imposed by the size of the window backing these dynamic allocations, which is allo…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
Is there any way to set the size of socket memory buffer?
I used the dynamic memory detection tool and found that civetweb had a large number of memory applications. This was mainly due to the …
-
An analysis on the helm codebase was conducted using the static analysis tool stoat. Stoat is built to identify when the realtime thread can call blocking functions (dynamic memory allocation, file IO…
-
We're currently getting very high memory usage when compiling the protocol circuits in aztec-packages so we should put in some work in order to determine where this memory is going.
There's a couple …
-
Currently we are forced to declare each Plaquette object individually, therefore preventing us from using the power of arrays. For example, imagine I would like to control 10 LEDs individually using 1…
-
## 🚀 Feature
Allow users to specify regions where CUDA memory allocations are satisfied from a private pool.
## Motivation
CUDA graph capture is our main motivation. But it seems like a handy…
-
## Description
In pr #267, max memory cap has been set to [1.5g](https://github.com/gnolang/gno/blob/c6097cd83326cae0262b20b1fd7dff9e068caf75/gno.land/pkg/sdk/vm/keeper.go#L24) for [qeval](https://gi…
r3v4s updated
1 month ago
-
### Feature Request
We are reaching our CPU limit for our production Terra workspace. This is negatively impacting our pipeline and preventing us from reliably meeting dashboard updates.
This is…
-
## Introduction
We would like to have an API that allows for static and/or dynamic allocation of memory blocks on cache-able and/or non-cacheable memory.
### Problem description
Allocation of…