Results 19 comments of uuhan

Maybe you have encountered the same issue I encountered. #1380 You may try to make sure that you have not inserted the exact same k-v pairs in a tree more...

> > Maybe you have encountered the same issue I encountered. #1380 > > You may try to make sure that you have not inserted the exact same k-v pairs...

@trvinh99 I tested in macOS 12.0.1

> > @trvinh99 I tested in macOS 12.0.1 > > Actually, I have already tested on macOS and the memory was released after the process closed while CentOS was not....

If snapshot apply() calls, https://github.com/spacejam/sled/blob/c840fe7e3b3ad27e7de192bde6899e34b44f0a8c/src/pagecache/snapshot.rs#L287 the pagetable vector maybe enlarged, with PageState::Uninitialized element. https://github.com/spacejam/sled/blob/c840fe7e3b3ad27e7de192bde6899e34b44f0a8c/src/pagecache/snapshot.rs#L162 then panic happens if the snapshot is written to disk when sled tries to serialize the...

我们是node应用,线上偶尔会出现进程内存暴涨,原因看起来是transaction的消息发不出去了(暴涨的时候,server端确实收不到transaction消息了),导致消息都堆在内存里面了。也就差不多三四千的QPS,偶现的。

I think this is not a good idea to direct pass a Future to the threadpool, and it is very easy to cause "bugs" in this usage. For example: ```rust...

> I think the above could be rewritten like the following… > > ```rust > blocking::spawn(// "maybe-blocking-future" > tokio::time::timeout(duration, async {}) // ); > ``` > > …wrapping in `async...

@ShabbyX It is not clean to deploy my app. I mean I need to copy a lot of *.dylib (such as libHScryptonite-0.23-KdtCN1cvMCVhfx481qIRG-ghc8.0.2.dylib) along with libpandoc.so. If it is possible to...

Hot to setup the pointer move speed, like KC_ACL0, KC_ACL1, KC_ACL2 in QMK?