We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc453b commit abbb31eCopy full SHA for abbb31e
lib/sui/sample-configs/.env-sample-full
@@ -11,6 +11,6 @@ SUI_INSTANCE_TYPE="m6i.4xlarge"
11
12
# Data volume configuration
13
SUI_DATA_VOL_TYPE="gp3" # Other options: "io1" | "io2" | "gp3"
14
-SUI_DATA_VOL_SIZE="4000" # Current required data size to keep both smapshot archive and unarchived version of it
+SUI_DATA_VOL_SIZE="4000" # Current required data size to keep both snapshot archive and unarchived version of it
15
SUI_DATA_VOL_IOPS="3000" # Max IOPS for EBS volumes
16
SUI_DATA_VOL_THROUGHPUT="700" # Max throughput for EBS gp3 volumes (not applicable for "io1" | "io2")
0 commit comments