From 18a851e3171b2acadeb1f7b1ffdb504f6ab33e7e Mon Sep 17 00:00:00 2001 From: Brooks Date: Wed, 11 Oct 2023 10:39:09 -0400 Subject: [PATCH] docs: Removes accounts-on-ramdisk section (#33655) (cherry picked from commit 99542d9b59ef9c6d8ace283e5d893e7329f4c193) # Conflicts: # docs/src/running-validator/validator-start.md --- docs/src/running-validator/validator-start.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/running-validator/validator-start.md b/docs/src/running-validator/validator-start.md index 56291b039268db..4587a6ea2576f7 100644 --- a/docs/src/running-validator/validator-start.md +++ b/docs/src/running-validator/validator-start.md @@ -431,6 +431,7 @@ solana-validator ..."); otherwise, when logrotate sends its signal to the validator, the enclosing script will die and take the validator process with it. +<<<<<<< HEAD ### Using a ramdisk with spill-over into swap for the accounts database to reduce SSD wear If your machine has plenty of RAM, a tmpfs ramdisk @@ -465,6 +466,8 @@ Example configuration: Now add the `--accounts /mnt/solana-accounts` argument to your `solana-validator` command-line arguments and restart the validator. +======= +>>>>>>> 99542d9b59 (docs: Removes accounts-on-ramdisk section (#33655)) ### Account indexing As the number of populated accounts on the cluster grows, account-data RPC