diff options
author | am97 <andy.maldo@hotmail.com> | 2018-09-23 14:50:24 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2018-09-23 14:50:24 +0200 |
commit | a43e21820da3ec9ece00dab9f1574c3f5f8d4d10 (patch) | |
tree | 4623fcf87d50dfd6afd343d8cf0c00790936efb4 /.github/CONTRIBUTING.md | |
parent | 52b1ba03f401d062d8fe417dd82b4ecbc7dc58cb (diff) | |
download | PeerTube-a43e21820da3ec9ece00dab9f1574c3f5f8d4d10.tar.gz PeerTube-a43e21820da3ec9ece00dab9f1574c3f5f8d4d10.tar.zst PeerTube-a43e21820da3ec9ece00dab9f1574c3f5f8d4d10.zip |
add warning about RAM to contributing guide (#1112)
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6d095cc47..4b352922e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -44,7 +44,9 @@ before you start working on them :). | |||
44 | 44 | ||
45 | ### Prerequisites | 45 | ### Prerequisites |
46 | 46 | ||
47 | First, make sure that you have followed | 47 | First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead to crashes. |
48 | |||
49 | Make sure that you have followed | ||
48 | [the steps](/support/doc/dependencies.md) | 50 | [the steps](/support/doc/dependencies.md) |
49 | to install the dependencies. | 51 | to install the dependencies. |
50 | 52 | ||
@@ -173,4 +175,4 @@ $ npm run mocha -- --exit --require ts-node/register/type-check --bail server/te | |||
173 | ``` | 175 | ``` |
174 | 176 | ||
175 | Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`. | 177 | Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`. |
176 | Note that only instance 2 has transcoding enabled. \ No newline at end of file | 178 | Note that only instance 2 has transcoding enabled. |