showuon commented on a change in pull request #10928: URL: https://github.com/apache/kafka/pull/10928#discussion_r658531589
########## File path: docs/streams/developer-guide/memory-mgmt.html ########## @@ -161,12 +161,11 @@ <h2><a class="toc-backref" href="#id3">RocksDB</a><a class="headerlink" href="#r <pre class="line-numbers"><code class="language-bash"># example: install jemalloc (on Debian) $ apt install -y libjemalloc-dev # set LD_PRELOAD before you start your Kafka Streams application -$ export LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libjemalloc.so” - </code></pre> +$ export LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libjemalloc.so"</code></pre> Review comment: fix 1: remove redundant new line  -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org