1
0
Fork 0

add warning about RAM to contributing guide (#1112)

This commit is contained in:
am97 2018-09-23 14:50:24 +02:00 committed by Rigel Kent
parent 52b1ba03f4
commit a43e21820d
1 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,9 @@ before you start working on them :).
### Prerequisites
First, make sure that you have followed
First, you should use a server or PC with at least 4GB of RAM. Less RAM may lead to crashes.
Make sure that you have followed
[the steps](/support/doc/dependencies.md)
to install the dependencies.
@ -173,4 +175,4 @@ $ npm run mocha -- --exit --require ts-node/register/type-check --bail server/te
```
Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`.
Note that only instance 2 has transcoding enabled.
Note that only instance 2 has transcoding enabled.