PragmaTwice commented on code in PR #305: URL: https://github.com/apache/kvrocks-website/pull/305#discussion_r2129117067
########## docs/how-to-profile-memory.md: ########## @@ -0,0 +1,39 @@ +# How to profile memory + +To make the memory profiling easier, Kvrocks provides the command `KPROFILE` to active/deactive and dump the memory profiling data. But it's only supported when building with the Jemalloc memory allocator(built by default). Review Comment: ```suggestion To make the memory profiling easier, Kvrocks provides the command `KPROFILE` to active/deactive and dump the memory profiling data. Note that it is only available while Jemalloc is enabled in the building phase. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
