You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/solana/lib/assets/instance/storage/setup.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ get_all_empty_nvme_disks () {
32
32
local unmounted_nvme_disks=()
33
33
local sorted_unmounted_nvme_disks
34
34
35
-
#The disk will only be mounted when the nvme disk is larger than 500GB to avoid storing blockchain node data directly on the root EBS disk (which is 46GB by default)
#The disk will only be mounted when the nvme disk is larger than 100GB to avoid storing blockchain node data directly on the root EBS disk (which is 46GB by default)
0 commit comments