-
I'm having a memory leak in Django Channels using `uvicorn`.
Every "memory crash" is a restart/deploy 👇
This not just happens within my project, but also with the [tutorial basic chat exam…
-
### 🐛 Describe the bug
I am using gemma-2b with [vllm](https://github.com/vllm-project/vllm). If I torch.compile(fullgraph=False, backend='inductor') and then profile model.generate in vllm using: …
-
As requested by @milankl, here's a dump of the profiling I did of the `run!` function. All of the profiling was done on the current main branch (210bd22e7b04c41cb647fdf8c5b046cff6074ac6).
Running
…
-
```
public static byte[] GetAesKeyFromPassword(string password)
{
var argon2 = new Argon2id(Encoding.UTF8.GetBytes(password))
{
DegreeOfParallelism = 4,
…
-
-
So far there has not been an study on the performance of this library in terms of speed and memory consumption. I'm prioritising now those features that impact the users directly, since the API design…
-
Proposed by @arkbriar.
> Grafana Pyroscope is an open source software project for aggregating continuous profiling data.
> Grafana Pyroscope is fully integrated with Grafana allowing you to correl…
-
Suddenly SMC got really slow for in the browser, but fortunately I was able to pull up the console and get a profile... and it really is just slow do to a massive garbage collection. It ran like this…
-
### Background
When deploying grafana-agent-flow on baremetal/vm to gather observability materials (metrics, logs, profiles...) the end users might want to use a configuration management tool such as…
-