From 973373f37448bbafcbe132e3456c3c22abebe0a0 Mon Sep 17 00:00:00 2001 From: Dominic Garguilo Date: Tue, 9 Apr 2024 16:58:34 -0400 Subject: [PATCH] Add JAVA_HOME step --- _posts/blog/2024-04-09-does-a-compactor-return-memory-to-OS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/blog/2024-04-09-does-a-compactor-return-memory-to-OS.md b/_posts/blog/2024-04-09-does-a-compactor-return-memory-to-OS.md index 93dd734ac..5c5e8ce96 100644 --- a/_posts/blog/2024-04-09-does-a-compactor-return-memory-to-OS.md +++ b/_posts/blog/2024-04-09-does-a-compactor-return-memory-to-OS.md @@ -47,6 +47,7 @@ Accumulo 2.1 will be used for experimentation. Configuring accumulo to start com 1. Install the java versions you want to test (we used 11, 17 and 21). For example, to install Java 17: 1. `sudo apt install openjdk-17-jdk` 2. `sudo update-alternatives --config java` and select the version you want to use before starting your accumulo instance + 3. Ensure your `JAVA_HOME` is set to the correct version of java ## Running the test