Skip to content

Commit

Permalink
docs(faq): add instructions to install in Apple M1 processor (ARM-based)
Browse files Browse the repository at this point in the history
Signed-off-by: André Augusto <[email protected]>
  • Loading branch information
AndreAugusto11 authored and petermetz committed Mar 8, 2022
1 parent 2f70a64 commit 954f08b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
- **A recommended** setup would be for a dev machine in my opinion is **16 GB RAM 4 CPU**
**cores (8 threads)** and of course SSD for persistent storage.

- **For Apple M1 (ARM-based system)** it is recommended to install `nvm` through a **Terminal using Rosetta** (and every tool that only supports Intel processors).
The suggestion is to create a duplicate of your Terminal using Rosetta, open it and install `nvm`, and the other necessary development tools.
Also, take a look into **VSCode Insiders** which might be handy in this situation.

- Cool story/anecodte: Peter ran the tests on a VPS with 4 GB RAM in it once and the only
tests that failed were the Corda ones because those are hungrier than the others.

Expand Down

0 comments on commit 954f08b

Please sign in to comment.