-
First of all, thank you for your work on jemalloc!
While investigating a case of an application's VSZ and RSS growing indefinitely over time on FreeBSD 12.3 (which uses jemalloc 5.1.0), I noticed a…
-
As reported to me privately, building on Asahi linux (or any other 16 KiB page Linux distro) seems to run into trouble with Skia's jemalloc.
We should fix this by providing the proper configure fla…
-
Thanks to #509, we can now override the poison values at build time. However, it was brought up during review that it's currently a bit ugly because we have to include the uint8_t casts as part of the…
-
Crashed on aarch64 cpu and UOS system
```
[root@c68cd11ca451 scripts]# lgraph_server
: Unsupported system page size
: Unsupported system page size
: Unsupported system page size
: Unsupported sy…
-
### Description
I have the following synchrotron worker configuration:
```
# Sync initial/normal
location ~ ^/_matrix/client/(r0|v3)/sync$ {
proxy_pass https://$sync;
}
# Synchrotron
l…
-
Dear Brant,
I am working with a set of 67 samples in Linux. When I ran phyluce_assembly_assemblo_spades, computer worked for a whole week and I got an output for 65 samples (folders with contigs.fas…
-
To my surprise, this crate compiles with `cargo build --no-default-features` on Windows 10! Woot, `awk` on Windows! :D
Attempting to compile with the `use_jemalloc` against `x86_64-pc-windows-msvc`…
-
The jemalloc checkout included in `jemalloc-sys` has, in `configure.ac`:
```
dnl Enable statistics calculation by default.
AC_ARG_ENABLE([stats],
[AS_HELP_STRING([--disable-stats],
…
-
When setting up a simple, 2-part Fluentd (TCP -> forwarder) -> (forwardee -> disk configuration) and giving it 5 million JSON objects to process all at once, resident-set memory consumption jumps from…
joell updated
3 months ago
-
Similar to `system.trace_log` for cpu profiling, we can add a table `system.heap_profile` with a sample of traces representing current memory usage. I.e. for a random subset of currently allocated (an…