From: am97 Date: Sun, 23 Sep 2018 12:50:24 +0000 (+0200) Subject: add warning about RAM to contributing guide (#1112) X-Git-Tag: v1.0.0-beta.14~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a43e21820da3ec9ece00dab9f1574c3f5f8d4d10;p=oweals%2Fpeertube.git add warning about RAM to contributing guide (#1112) --- 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 :). ### 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. \ No newline at end of file +Note that only instance 2 has transcoding enabled.