summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheogorath2018-01-26 18:30:01 +0100
committerSheogorath2018-01-26 18:30:01 +0100
commitaca5490b3a237dca88d8607806e89f86aad4c978 (patch)
tree8177c48b2cfe0594d3f51a78e1a19068e159405d
parent0138911274cec46e83ebb3adc08c85f341d6b81e (diff)
Add recommendation for 2GB RAM
We noticed on multiple places that machines with less than 2GB of RAM fail their build and result in missing files and unexpected errors. Sadly we can't really solve this right now since it's a webpack related bug. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b2ce691e..acd821d5 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,7 @@ Thanks for using! :smile:
- Node.js 6.x or up (test up to 7.5.0)
- Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL) use charset `utf8`
- npm (and its dependencies, especially [uWebSockets](https://github.com/uWebSockets/uWebSockets#nodejs-developers), [node-gyp](https://github.com/nodejs/node-gyp#installation))
+- For **building** HackMD we recommend to use a machine with at least **2GB** RAM
### Instructions