Skip to content

Commit

Permalink
docs: Removes accounts-on-ramdisk section (#33655)
Browse files Browse the repository at this point in the history
(cherry picked from commit 99542d9)

# Conflicts:
#	docs/src/running-validator/validator-start.md
  • Loading branch information
brooksprumo authored and mergify[bot] committed Oct 11, 2023
1 parent 29abc02 commit 18a851e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/running-validator/validator-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 18a851e

Please sign in to comment.