-
**Describe the bug (描述bug)**
服务使用了brpc库,使用容器绑定cpu部署(numa感知)。服务启动后会报Program terminated with signal 11, Segmentation fault.。
**To Reproduce (复现方法)**
容器绑定cpu部署(numa感知),必现。
**Expected behavior (期望…
-
Hi,
I have seen a previous discussion at #128 and a recent discussion at https://discourse.julialang.org/t/julia-vs-microsofts-rust-inspired-verona-language-and-e-g-snmalloc-allocator/38610.
Afte…
-
Try on a Apple Silicon Mac:
```
./configure --build=aarch64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc --set llvm.ninja=false
./x.py test --stage 1 src/test/ui/sanitize…
-
https://risingwave-labs.slack.com/archives/C03L8DNMDDW/p1709280838845109
We right now reserved 30% of total memory because we once observed in https://github.com/risingwavelabs/risingwave/pull/13…
lmatz updated
4 weeks ago
-
When following the readme instructions using MacOS and Ubuntu 18.04, building the docker file fails with
```
#15 24.64 ==============================================================================…
-
The MRI implementation of Ruby uses standard malloc() for memory allocation. Some report having less memory fragmentation (and thus memory pressure) by using jemalloc.
More info:
https://github.c…
-
Steps to reproduce:
```
% cargo new --bin foo && cd foo && faketime -m -f '+1m' cargo build
Created binary (application) `foo` package
error: process didn't exit successfully: `rustc -vV` (si…
-
ARM64 architecture supports 4K, 16K, and 64K pagesizes. Most ARM64 server hardware is already using 64K pagesize kernels. Many popular modern ARM64 consumer hardware is using 16K pagesize (Raspberry P…
-
to reproduce:
```bash
cd /tmp
mkdir "j (1)"
cd "j (1)"
git clone --recursive https://github.com/tikv/jemallocator
cd jemallocator/jemalloc-sys
cargo build
```
result:
```
Compiling libc …
-
http://cyningsun.github.io/07-07-2018/memory-allocator-contrasts.html