-
We should be able to send more memory stats to the client. See [GC Tracer](https://github.com/ko1/gc_tracer). We should be able to merge the GC tracer stats into Rbkit eventually.
-
## Spring이 Redis를 택한 이유? with Memcached
1. 왜 RDBMS 말고 NoSQL을?
- horizontal scalability + speed (확장성 + 속도)
- 캐싱은 속도가 중요하기 때문에 RDBMS가 적합하지 않다.
2. NoSQL인 Redis, Memcached 중 왜 Redis를?
- 저…
-
**Crash report**
We are switching from Redis 6.0.15 on Debian 10(Buster) to Redis 7.0.11 on Debian 12(Bookworm)
On previous deployment there were no issues with Redis, but on new deployment it c…
-
This is a copy of the downstream report: https://github.com/ClangBuiltLinux/linux/issues/2007
After https://github.com/llvm/llvm-project/commit/3589cacfa8da89b9b5051e4dba659caa575e6b3f, I see the f…
-
> We’ve also discovered that jemalloc works *very* well at improving RAM usage on Python 2 under Linux (we haven’t tried it on Python 3 yet) by providing a more fragmentation-resistent malloc implemen…
-
In `perf_signal_handler`, `backtrace::trace_unsychronized` is called. This will not produce any bugs if the user is just using pprof-rs, since a lock is taken, so the main body of `perf_signal_handler…
-
We should use libnuma [1] on Linux to allocate pages on the NUMA node of the cache that is going to use them. That will improve both performance and avoid problems like running out of usable RAM too e…
-
**sssd** on fedora 31 reports a segementation fault when running with lib hardened malloc.
Package version: sssd-common-2.2.2-1.fc31
**Crashing function**: ldb_kv_dn_list_load
**Stack trace:**
…
-
Currently the default support for executable mappings is 250. Unfortunately since we are running a much larger executable we are reaching the number of mappings to ~420.
From the discussion the bigg…
-
**Describe the bug**
I am trying to build valkey in a GitLab instance managed by another team. The GitLab repo has a very long path name length due to having several parent groups.
When running…