Skip to content

Commit a13c258

Browse files
author
opacey
authored
Update current chain size and add missing 'to'
minor edit/correction
1 parent 7be8f7c commit a13c258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/file-partition.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# File Partition:
2-
Since the blockchain is around ~140GB, storage of large files on an external drive is convenient. If this is not done properly, the external drive will also contain high i/o-frequency LevelDB index files, protracting time for initial blockchain synchronization. This document describes how partition datadir files between the high-frequency/low-capacity "index" files and the low-frequency/high-capacity "blocks" files. Examples are given for macOS, but Linux / Windows should be similar. These instructions result in the following physical folder rearrangement:
2+
Since the blockchain is around ~180GB, storage of large files on an external drive is convenient. If this is not done properly, the external drive will also contain high i/o-frequency LevelDB index files, protracting time for initial blockchain synchronization. This document describes how to partition datadir files between the high-frequency/low-capacity "index" files and the low-frequency/high-capacity "blocks" files. Examples are given for macOS, but Linux / Windows should be similar. These instructions result in the following physical folder rearrangement:
33

44
| Original Location | New Location | Capacity Needs | i/o Frequency |
55
| ----------------------- | ------------ | -------------- | -------------- |

0 commit comments

Comments
 (0)