-
march=core2 -mtune=core2 -Os -fPIC -fuse-ld=gold -fuse-linker-plugin -I/usr/include/zdb -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gmime-3.0 -D_LARGEFILE64_SOURCE …
-
Hello,
We have been using ProxySQL for years, recently we encounter a memory leak issue in our environments that we have to restart ProxySQL service frequently to release jemalloc memory allocators…
-
To the moment, `struct Expr` (box/sql/expr.c) manages memory in to possibly independent ways:
1. For AST skeleton it may use pre-allocated buffer provided
2. For other fields of the struct (possibl…
-
One of our systems is aarch64:
```
# uname -r
4.18.0-193.el8.aarch64
# getconf PAGESIZE
65536
# grep Hugepagesize /proc/meminfo
Hugepagesize: 524288 kB
# grep CONFIG_ARM64_64K_PAGES /boot/…
-
#### System information
Redis version: Redis server v=2.8.13 sha=00000000:0 malloc=jemalloc-3.6.0 bits=64 build=50cdec8590f41e30
OS & Version: Linux/OSX
Commit branch and hash: master
####…
-
Hi guys. Need quick help.
After i'm doing sadd and print in command promt redis-cli smembers it works
But!
When i'm trying await redisClient.sMembers('MyKey') if always undefiend.
How can i get …
-
Arguments against macOS (aka Mac OS X) support:
- Apples does not currently support any Xeon Phi processors.
- Requires using a newer version of JEMalloc (see https://github.com/memkind/memkind/issues…
-
This is just a list of potential optimizations that we think could work.
**Maintained list of optimizations**
- [x] We currently use random numbers (uuid) for our caching system, my understandi…
-
We should probably have some way to handle this for users that don't want to decide in advance how much memory they want to allocate to slices because, for example, they're running a single instance o…
-
## [BUG]
when i build with ninja, the following problems occur
```
ninja: error: build.ninja:2657: bad $-escape (literal $ must be written as $$)
```
cmake options:
```
cmake .. -G Ninj…