ebpf的主从同步实现,QPS测试与内存池QPS测试。

This commit is contained in:
1iaan
2026-01-30 16:00:06 +00:00
parent 2bdb48d63d
commit fbdcff6878
23 changed files with 599 additions and 383 deletions

View File

@@ -17,7 +17,7 @@
</log>
<persistence>
<type>incremental</type> <!-- incremental / none -->
<type>none</type> <!-- incremental / none -->
<dir>data</dir> <!-- 所有持久化文件所在目录 -->
<wal>kvs_oplog.db</wal>
@@ -27,7 +27,7 @@
</persistence>
<memory>
<allocator>mypool</allocator> <!-- jemalloc / malloc / mypool -->
<allocator>malloc</allocator> <!-- jemalloc / malloc / mypool -->
<leakage>disable</leakage> <!-- enable/disable-->
</memory>
</config>