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
Change your `JAVA_HOME` to OpenJ9 (if using the JDK implementation), where `jdk-install-dir` is
106
106
the installation location you specified:
107
107
108
108
<Tabs>
109
109
<TabItem value="Command" label="Command" default>
110
110
111
111
```bash
112
-
export JAVA_HOME=jdk-install-dir`
112
+
export JAVA_HOME=jdk-install-dir
113
113
```
114
114
115
115
</TabItem>
@@ -118,7 +118,7 @@ docker image, or install the OpenJ9 JDK using the following steps:
118
118
```bash
119
119
export JAVA_HOME=/usr/bin/jdk-21.0.3+9
120
120
```
121
-
121
+
122
122
</TabItem>
123
123
</Tabs>
124
124
@@ -130,7 +130,26 @@ JVM memory requirements are highest when syncing, but will reduce after the node
130
130
131
131
## Disk space
132
132
133
-
[Fast synchronization](../reference/cli/options.md#sync-mode) with [pruning](../concepts/data-storage-formats.md) enabled requires approximately 750 GB of disk space. [Full synchronization](../reference/cli/options.md#sync-mode) requires approximately 3 TB.
133
+
The disk space required for syncing a Besu node depends on the
134
+
[sync mode](../concepts/node-sync.md#sync-modes) and
0 commit comments