Skip to content

Commit fd3557b

Browse files
committed
Added a note about RAM and disk space hardware requirements
commit bcc59744b7da00395708f41984ee2be70924cb6c Author: Ruslan Alikhamov <[email protected]> Date: Sat Jan 13 15:28:42 2024 +0400 applied suggested phrasing commit b5b0f96 Author: Ruslan Alikhamov <[email protected]> Date: Fri Jan 12 23:48:12 2024 +0400 Added a note about hardware requirements for compiling on Linux commit 863c1d98dd8c3c3e67610fe9ea9ac00e161d687a Author: Ruslan Alikhamov <[email protected]> Date: Fri Jan 12 23:47:19 2024 +0400 Moved note to Requirements section commit 307d002 Author: Ruslan Alikhamov <[email protected]> Date: Wed Jan 10 19:45:54 2024 +0400 Added a note about hardware requirements for compiling on Linux commit 943ccc2726aa2f8850f38670b848304acb3359aa Author: Ruslan Alikhamov <[email protected]> Date: Wed Jan 10 19:45:13 2024 +0400 Replaced 'and' with 'plus' to ease comprehension commit 3427ace Author: Ruslan Alikhamov <[email protected]> Date: Thu Jan 4 21:02:22 2024 +0400 Added a note about hardware requirements for compiling on Linux commit 49bafe9 Author: Ruslan Alikhamov <[email protected]> Date: Thu Jan 4 20:49:35 2024 +0400 Added "of RAM" to each reference commit 9dc879c Author: Ruslan Alikhamov <[email protected]> Date: Thu Jan 4 14:13:20 2024 +0400 Updated text according to comment, removed mention of VM for Linux commit b652195 Author: Ruslan Alikhamov <[email protected]> Date: Wed Jan 3 00:06:18 2024 +0400 Added more information about different RAM requirements commit 2aa1be0 Author: Ruslan Alikhamov <[email protected]> Date: Mon Jan 1 03:19:22 2024 +0400 Added a note about Linux inside of a VM hardware requirements
1 parent f08f86c commit fd3557b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,13 @@ toolchain as a one-off, there are a couple of differences:
5353
4. Disk space:
5454
Make sure that you have enough available disk space before starting.
5555
The source code, including full git history, requires about 3.5 GB.
56-
Build artifacts take anywhere between 5 GB to 70 GB, depending on the
57-
build settings.
58-
5. Time:
56+
Build artifacts take anywhere between 5 GB to 100 GB, depending on the
57+
build settings. It is recommended to have at least 150 GB of available disk space.
58+
5. RAM:
59+
It is recommended to have at least 8 GB for building a toolchain and 16 GB
60+
for development. When building for development on a virtual machine or
61+
emulator, you might need more than 32 GB.
62+
6. Time:
5963
Depending on your machine and build settings,
6064
a from-scratch build can take a few minutes to several hours,
6165
so you might want to grab a beverage while you follow the instructions.

0 commit comments

Comments
 (0)