Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ git checkout <latest tagged release>
cargo build --release
```

Note that compilation can require several GiB of memory. Please make sure that the machine has that amount of physical memory or swap has enough capacity (keep in mind that if builds hit swap it tends to be very slow).
Copy link
Member

@bkchr bkchr Sep 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should have said that more than 4GB are required :P

But people will not read this anyway and will continue to open issues xD

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, 4GiB is also what I had in the back of my mind. I'll file another PR

But people will not read this anyway and will continue to open issues xD

Well, maybe, but at least those who reads this can save themselves a few back and forths


## Networks

This repo supports runtimes for Polkadot, Kusama, and Westend.
Expand Down