-
### Product
Hot Chocolate
### Version
13.8.1
### Link to minimal reproduction
With Version 13.8.1, we are seeing an increasing trend in memory allocation and profiling the memory
### Steps to r…
-
### Context
I am trying to render thousands of tiles to the screen. I use a `GraphicsGroup` to "chunk" draw calls. If I profile a static scene, the JS heap will grow before perfor…
-
Noticed this while looking at a trace of editing a C# file in Visual Studio. Roslyn uses elfie in it symbol search support, and that usage is showing up in allocation profiles, in particular, LOH allo…
-
I often use pool allocators in my programs, which allow for many small allocations but ignore calls to free these allocations, because they will all be freed at once after it is known that the allocat…
-
We're using `wrangler` to run [HTTP Router](https://gitlab.com/gitlab-org/cells/http-router), and we hit into `allocation failed: JavaScript heap out of memory` error when we're running end-to-end tes…
-
### System Info
**System information**
Lenovo SR675V3
CPU: 2x AMD Epyc 9454
CPU MEMORY: 502GB
GPU: 4x Nvidia L40s (all connected through PCIE slots to one of the two available processors on the ser…
-
Hello,
I am Vincenzo, and first of all, I want to thank you for your work. Unfortunately, I have encountered some issues while running simulations.
We tested the platform with two slices simulatin…
-
Since https://github.com/metal-stack/metal-api/pull/571 it is possible to specify DNS and NTP Servers during machine/firewall creation. This enables us to simplify the logic to modify the DNS and NTP …
-
From https://github.com/cms-sw/cmssw/issues/46040#issuecomment-2420404065
The `SiStripMonitorTrack::analyze()` makes a total of 467k memory allocations per event (2.0 % of all memory allocations in…
-
### Describe the bug
When I change the password from the profile menu, the display_name field is reset
This happens because when you change the password, an empty `display_name` is sent to params.…