-
(1)export PATH=/usr/local/gcc-11/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/gcc-11/lib:/usr/local/gcc-11/lib64:$LD_LIBRARY_PATH
export CXX=g++
export CC=gcc
RHEL 8.4
(2)wget http://download.red…
-
Create a table to export it to s3 using partitions:
```
Mordor :) create table n (a Int64, b Int64) ENGINE=MergeTree() order by a;
CREATE TABLE n
(
`a` Int64,
`b` Int64
)
ENGINE = …
-
## Description
make编译时候报文件内部函数语法错误是什么原因,是我git文件有误吗?
报错具体如下:
src/ctl.c:3120:32: error: expected declaration specifiers or ‘...’ before ‘tsd_t
experimental_hooks_install_ctl(tsd_t *tsd, const siz…
-
jemalloc provides `smallocx` (e.g. see implementation here: https://github.com/jemalloc/jemalloc/blob/dev/src/jemalloc.c#L3015), which not only returns a pointer to the allocation, but also the size o…
-
I have contributed a [gdb script](https://hidva.com/assets/jegdb.py) to help with troubleshooting issues in jemalloc. The script includes the following features:
- "find" command: searches for a va…
hidva updated
5 months ago
-
Came here after reading https://www.speedshop.co/2017/12/04/malloc-doubles-ruby-memory.html
```
Using Ruby version: ruby-2.4.2
ERROR: ld.so: object '/app/vendor/jemalloc/lib/libjemalloc.so.1' f…
-
I'm trying to build `ruff` for OpenIndiana (an illumos distro) and the compilation fails while building `tikv-jemalloc-sys`:
```
error: failed to run custom build command for `tikv-jemalloc-sys v0.5…
-
### Issue
When attempting to cross compile jemalloc there is an error returned by autoconf. New versions of autoconf must have --host set if cross compiling. [Autoconf Hosts-and-Cross Compilation](h…
-
### System Information
- **OS**: Debian GNU/Linux 10
- **Ruby**: 2.6.5 with compiled with jemalloc
- **Version**: 0.7.42
### Description
We are getting sporadic s…
-
We see this from time to time in our application (4.5.0 based). Should we not be calling free from TLS dtors and using the profiler at the same time?
```
#0 0x00007f8fac2090bb in raise () from …