Skip to content

Commit 78398c0

Browse files
make jvm and vm reqs consistent (#681)
Signed-off-by: Alexandra Tran <[email protected]>
1 parent bfeb264 commit 78398c0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/HowTo/Get-Started/System-Requirements/System-Requirements-Private.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To determine system requirements, check CPU and disk space requirements using
2323
## Java Virtual Machine size
2424

2525
Depending on your environment and network setup, the minimum Java Virtual
26-
Machine (JVM) memory requirement for private networks is 4GB.
26+
Machine (JVM) memory requirement for private networks is 4 GB.
2727

2828
JVM memory requirements are highest when syncing, but will reduce after the node is synchronized
2929
to the chain head. Monitor your system to determine your actual JVM memory needs.
@@ -38,7 +38,7 @@ If you set up your own VM locally using a VM manager such as [VirtualBox](https:
3838

3939
We recommend you create a VM with the following attributes:
4040

41-
* Memory Size: Set to 4096 MB (recommended)
41+
* Memory Size: Set to 6 GB (recommended)
4242
* Create a virtual hard disk with at least 10 GB (20 GB recommended)
4343
* Virtual hard disk file type: VDI (if you need to share it with other apps, use VHD)
4444
* (Optional) You can create a shared directory to copy block files or genesis files from the host

docs/HowTo/Get-Started/System-Requirements/System-Requirements-Public.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ To determine system requirements, check CPU and disk space requirements using
1616

1717
## Java Virtual Machine size
1818

19-
For Mainnet and testnets, the minimum Java Virtual Machine (JVM) memory requirement is 8GB.
19+
For Mainnet and testnets, the minimum Java Virtual Machine (JVM) memory requirement is 8 GB.
2020

2121
JVM memory requirements are highest when syncing, but will reduce after the node is synchronized
2222
to the chain head. Monitor your system to determine your actual JVM memory needs.
2323

2424
## Disk space
2525

2626
[Fast synchronization](../../../Reference/CLI/CLI-Syntax.md#sync-mode) with
27-
[pruning](../../../Concepts/Pruning.md) enabled requires approximately 750GB of disk space.
28-
[Full synchronization](../../../Reference/CLI/CLI-Syntax.md#sync-mode) requires approximately 3TB.
27+
[pruning](../../../Concepts/Pruning.md) enabled requires approximately 750 GB of disk space.
28+
[Full synchronization](../../../Reference/CLI/CLI-Syntax.md#sync-mode) requires approximately 3 TB.
2929

3030
## AWS requirements
3131

0 commit comments

Comments
 (0)