DomGarguilo commented on code in PR #421:
URL: https://github.com/apache/accumulo-website/pull/421#discussion_r1559877563


##########
_posts/blog/2024-04-09-does-a-compactor-return-memory-to-OS.md:
##########
@@ -0,0 +1,248 @@
+---
+title: "Does a compactor process return memory to the OS?"
+author: Dominic Garguilo, Kevin Rathbun
+---
+
+## Goal
+We need to determine, once an Accumulo process is finished using memory, will 
the JVM release this unused memory back to the OS? To determine this, we will 
specifically be observing a Compactor process during out tests, but the 
findings should apply to any Accumulo Server process.
+
+### Test Scenario
+There could be a scenario where the amount of memory on a machine limits the 
number of compactors that can be run. For example, on a machine with 32G of 
memory, if each compactor process uses 6G of memory, we can only "fit" 5 
compactors on that machine (32/6=5.333). Since each compactor process only runs 
on a single core, we would only be utilizing 5 cores on that machine where we 
would like to be using as many as we can.

Review Comment:
   Planning to wrap everything at once near the end, before merging



-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to