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: docs/participate/run-nodes/full-node.mdx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Please, [non-root user with sudo privileges](/participate/run-nodes/full-node#pr
29
29
These requirements are for a **full node with a validator**. If you want to run a full node without a validator (e.g. [liteserver](/participate/run-nodes/full-node#hardware-requirements-1)), you can use a less powerful machine.
30
30
31
31
- 16 cores CPU
32
-
-64 GB RAM
32
+
-128 GB RAM
33
33
- 1TB NVME SSD _OR_ Provisioned 64+k IOPS storage
34
34
- 1 Gbit/s network connectivity
35
35
- public IP address (_fixed IP address_)
@@ -47,7 +47,7 @@ The TON Foundation recommends the following providers for running a Validator:
47
47
48
48
-**Machine Type:**`n2-standard-16`
49
49
-**CPU:**`32 vCPUs`
50
-
-**RAM:**`64 GB`
50
+
-**RAM:**`128 GB`
51
51
-**Storage:**`1 TB NVMe SSD persistent disk`
52
52
-**Network:**`16 Gbps`
53
53
-**Public IP:**`Reserve a static external IP address.`
@@ -57,7 +57,7 @@ The TON Foundation recommends the following providers for running a Validator:
57
57
58
58
-**Instance Type:**`ecs.g6.4xlarge`
59
59
-**CPU:**`32 vCPUs`
60
-
-**RAM:**`64 GB`
60
+
-**RAM:**`128 GB`
61
61
-**Storage:**`1 TB NVMe SSD disk`
62
62
-**Network:**`Up to 10 Gbps`
63
63
-**Public IP:**`Bind an Elastic IP for a fixed IP address.`
@@ -67,7 +67,7 @@ The TON Foundation recommends the following providers for running a Validator:
67
67
68
68
-**Instance Type:**`M5.4XLARGE`
69
69
-**CPU:**`32 vCPUs`
70
-
-**RAM:**`64 GB`
70
+
-**RAM:**`128 GB`
71
71
-**Storage:**`1 TB NVMe SSD cloud disk`
72
72
-**Network:**`Up to 10 Gbps`
73
73
-**Public IP:**`Associate an Elastic IP for a fixed IP address.`
@@ -87,7 +87,7 @@ The TON Foundation recommends the following providers for running a Validator:
-**Public IP:**`Fixed IP address included with instance.`
@@ -267,7 +267,7 @@ When an endpoint is activated in a full node, the node assumes the role of a **L
267
267
Compared to a [validator](/participate/run-nodes/full-node#hardware-requirements), a liteserver mode requires less resources. However, it is still recommended to use a powerful machine to run a liteserver.
268
268
269
269
- at least 16 cores CPU
270
-
- at least 64 GB RAM
270
+
- at least 128 GB RAM
271
271
- at least 1TB GB NVMe SSD _OR_ Provisioned 32+k IOPS storage
0 commit comments