-
http://cyningsun.github.io/07-07-2018/memory-allocator-contrasts.html
-
Hello, I was using PyO3 to bind this rust code to python and is now struggling with the memory ownership problem (more specifically, double free).
When I try to pass an lmr to python, I do `std::me…
-
Hi I am rebuilding my jemalloc 5.3.0 versioned RPM for EL7 and EL8. However, EL8 on Alma Linux 8 build seems to be including extra files into the resulting RPM which aren't part of the package related…
-
In our environment, we do care about the process memory usage. If the RSS of our process exceeds the hard limit, OOM will occur. With the default options of jemalloc("retain:true, dirty_decay_ms:10000…
-
Hi,
I am trying to test a HPC appl'n with jemalloc to see if it can reduce memory latency of a app.
I built jemalloc with prefix je_ and write my code as blow.I want to use environment variable …
-
libpthread(3) functions are redirected to libc stubs before libpthread(3) initialization on NetBSD.
```
#4 0x00007f7ff72d94a0 in je_malloc_mutex_init (mutex=0x7f7fffffe600,
mutex@entry=0x7f7ff70…
-
Google is offering free fuzzing of widely-used open source projects with their OSS-Fuzz initiative.
https://github.com/google/oss-fuzz
It seems likely that jemalloc would fit their bar for inclusi…
-
Hello Jemalloc Team,
we are currently testing the jemalloc for Solaris Sparc 64. Our findings are that the library has a better memory consumption than the default system library. But we are observ…
-
### Report
Hi, I used helm to install percona/pxc-operator and percona/pxc-db version 1.14, and enabled the built-in proxysql as the proxy for the cluster.
Recently, I noticed that the memory usag…
-
This regressed with https://github.com/rust-lang/rust/pull/128722
Running `./x.py test compiler/rustc_abi` (as well as for most other compiler crates) no longer works, resulting in an error similar to…