-
I have packaged rpm file for ardb , it runs ok in local , but others not.
-
I observed a high memory fragmentation (rss memory >> used memory or peak used memory) that I attribute to libc malloc. Can you please use jemalloc, as suggested by redis memory doctor?
-
Quoting @IndolentPangolin, from https://github.com/jemalloc/jemalloc/pull/951#discussion_r126286546
> I'm not sure I really understand how decaying works. (Not sure this review is the best place to…
-
At https://github.com/jemalloc/jemalloc/blob/fb924dd7bf5e765ffcb273b6b88a515fea54fea8/configure.ac#L580-L588 there's the setting:
```
AC_DEFINE([JEMALLOC_C11_ATOMICS])
```
but `stdatomic.h` isn't…
-
## Description
5 weeks ago I started noticing my validator node missing attestations. I then realized these missed attestations matched moments where CPU usage in my node was high. I then added a p…
-
### Steps to reproduce
1. yay -S materialgram-bin
2. materialgram
### Expected behaviour
It should work when I boot materialgram. I wonder if doing installation with Arch's yay is wrong and …
-
So, I was using the crate...my dir was like = /`Volumes/Anmode SSD/Blockchain/cord/target/release/build/tikv-jemalloc-sys-8d7ff8c9a9dd7c32/out`.
As you can see `Anmode SSD` contain space so it was gi…
-
If the application registers a handler during ```fork()``` using ```pthread_atfork()```, the handler is called with the execution lock acquired, before ```fork()``` returns. If the handler tries to gr…
-
I think a global memory section is needed, just like jemalloc.
-
# Background
Currently, Vec's documentation frequently contains the caveat that "more space may be reserved than requested". This is primarily in response to the fact that jemalloc (or any other al…