Skip to content

Commit be763d0

Browse files
committed
clarify ram requirement for mining with geth
1 parent a6397b3 commit be763d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Alternatively, to use an ethereum rpc simulator simply run:
7777
$ embark simulator
7878
```
7979

80-
By default embark blockchain will mine a minimum amount of ether and will only mine when new transactions come in. This is quite usefull to keep a low CPU. The option can be configured at config/blockchain.json
80+
By default embark blockchain will mine a minimum amount of ether and will only mine when new transactions come in. This is quite usefull to keep a low CPU. The option can be configured at ```config/blockchain.json```. Note that running a real node requires at least 2GB of free ram, please take this into account if running it in a VM.
8181

8282
Then, in another command line:
8383

0 commit comments

Comments
 (0)