-
Hi!
Here's a very small MRE that reproduces the issue I'll discuss below:
```julia
julia> @btime hash($(Any[i for i in 1:1000]), UInt(0))
20.558 μs (1001 allocations: 15.64 KiB)
0x0e97df552a…
-
We're using `go-git` to clone several repositories in parallel and noticed a memory spike leading to OOM/unresponsive behavior on smaller machines. I went ahead and profiled the application, noticing …
-
AFAIK the allocation profiler added in 1.8 doesn't have a native way to view the output, akin to `Profile.print()`.
It seems reasonable to expect `Profile` to be able to make a basic report, and no…
-
We should replace the allocations analysis with Profile.Allocs flame graphs because:
- using `--track-allocations` can only be used serially, which is inconvenient
- `--track-allocations` is perha…
-
### Steps to Reproduce
1、record Native memory using android studio Profiler
2、Query something using isar (such as var song = await isar.users.filter().idEqualTo("123").findFirst();)
3、stop record a…
-
Is it possible to use jemalloc/jeprof on stripped binaries in production and later use a binary with debug symbols (just like with gdb)? I did try with/without libunwind with no luck. On stripped bina…
-
### Environment
On stackblitz:
```
❯ npx nuxi info
[17:12:47] Working directory: /home/projects/nuxt-starter-g3rddq
[17:12:47] Nuxt project info:
------------------------------
- Operating System…
-
One of the main gaps between the memory tooling provided by DevTools and Android Studio, XCode, and Instruments is the lack of a general purpose allocation profiler. These profilers can either record …
-
The issue may not be related to storage, but running the pipeline with storage enabled makes it more obvious.
Running the following program with 16 workers and storage enabled, the RSS size grows to…
-
I've found that this strategy popups quite high in my memory profiling when generating zips.
Is it possible to replace with renting from pool and in Dispose method to return it back?
https://githu…