-
It would be nice to add additional send & receive window buffering for sockets, so that we can send very large amounts of data in 1 go and/or have more reliable sending & receiving on slower connectio…
-
Dear developers,
I’m currently looking at memory usage by OpenJ9 JVM during JIT compilation. I track the usage of memory allocated by segment providers by regions and allocations.
I found some…
-
### 🐛 Describe the bug
As mentioned in the title, when sorting huge tensors on a GPU-device the peak GPU-memory usage is extremely huge.
For example:
```python
tensor = torch.rand(400_000_000, dev…
-
Currently, when `-x/--line-regexp` and `-F` are given to ripgrep, Aho-Corasick won't be used because the `-x` flag turns each pattern into a regex via `(?m)^(?:pattern)$`. This in turn causes the Aho-…
-
Stumpless uses a simple slab cache implementation in `src/cache.c` to consolidate memory allocations for common structures like entries. [Test coverage](https://app.codecov.io/gh/goatshriek/stumpless/…
-
### What happened?
My application uses `WebResourceRequest` interception to provide data from a local file to WebView2. We still build an `x86` variant and we experience OutOfMemory-Crashes in Embe…
-
- This barely scratches the surface of what a complicated topic memory usage is. No mention of shared memory (which is very important for Android because everything is forked from zygote), no mention …
joydo updated
3 years ago
-
In debugging the performance of Camlistore start-up (which slurps the index from disk to
memory), I compared two popular MySQL drivers' allocations. Even the one that was being
careful to not allocat…
-
It would be nice to avoid allocations altogether at interpolation time (see also #50).
This problem can alternatively be stated as "where should the memory for interpolants live?" I see three optio…
-
```
Heap Checker treats all memory ranges mapped by libpthread as live, with the
exception of those ranges which contain the stack pointer of a running thread.
On Linux, libpthread does not immediat…