-
> Yesterday, Michael and I figured out how to run fddev/fdctl with ASAN. Here's what we had to do:
> Add --param asan-stack=0 to CPPFLAGS and LDFLAGS. Otherwise it reports something that as far as I …
-
We should experiment more with alternative allocators, such as `jemalloc`, to see if we can optimize our allocation behavior and fragmentation in a cheap (essentially free) way.
tobz updated
3 months ago
-
python3 -m venv milvusvenv
source milvusvenv/bin/activate
pip3 install https://github.com/milvus-io/milvus-lite/releases/download/v2.4.7/milvus_lite-2.4.7-py3-none-manylinux2014_aarch64.whl -U
…
-
### Reproduction steps
This is unique to Raspberry Pi 5.
This is both a problem report and a workaround, but it took quite a while to find a workaround, so if it is possible to have this fixed so …
-
Tried compiling v1.0.0 within R environment as part of installation and getting the following error. Installed the latest version of the re2 package without any issue, yet there seems to be a problem…
-
So that packages intentionally using jemalloc can discover the exposed symbol names, putting the jemalloc-prefix into the jemalloc.pc file would aid its discovery.
pkg-config --variable=symbol_pr…
-
# Describe the bug
I got this problem when I ran an RPC program with the PyTorch framework in occlum.
root@tee-node35:/home/llm/RpcLLM/occlum_instance# occlum exec /bin/python3 /src/infer.py --r…
-
Sorry, I'm totally newbie to this repo and probably I event don't know what I'm talking about, but just wanted to put this log here so if anyone encounter this issue its not the only one. I tried to s…
-
For example
```
boost_date_time = dependency('boost', modules: ['date_time'])
jemalloc = dependency('jemalloc')
a_sp = subproject('a')
a_lib = a_sp.get_variable('lib')
libmylib = shared_library('my…
-
### Detailed Description of the Problem
**Update:** For future readers, we have determined that our issue explained here is due to jemalloc usage, and is covered in [this](https://github.com/jemall…