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: projects/planet/README.md
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,23 @@
3
3
4
4
This project is configured to download/prepare/build a complete Pelias installation for the entire planet.
5
5
6
-
### Requirements:
6
+
### Minimum Requirements
7
7
* 600GB Disk
8
8
* 16GB RAM
9
9
* 16+ CPU cores or a lot of patience
10
10
11
+
### Recommended requirements:
12
+
13
+
* 600GB fast disk (such as NVMe SSD)
14
+
* 48GB RAM
15
+
* 36 CPU cores
16
+
17
+
## Time requirements
18
+
19
+
With a 36 CPU machine and fast network connection, full planet builds can take as little as 16 hours.
20
+
21
+
It's not recommended to run full planet builds on consumer hardware (such as a standard 8 core, 16GB RAM laptop or desktop) unless you are willing to wait up to 72 hours.
22
+
11
23
## Setup
12
24
13
25
Please refer to the instructions at https://github.com/pelias/docker in order to install and configure your docker environment.
0 commit comments