allow 1.2 times RAM

This is basically to allow 2 phabricators and another small app with
no warning on a 4gb droplet :-)
This commit is contained in:
girish@cloudron.io
2016-02-25 18:19:59 -08:00
parent 1fdfd3681c
commit 10967ff8ce
3 changed files with 7 additions and 6 deletions

View File

@@ -9,6 +9,6 @@ exports = module.exports = {
ADMIN_CLIENT_ID: 'webadmin', // oauth client id
ADMIN_APPID: 'admin', // admin appid (settingsdb)
DEFAULT_MEMORY_LIMIT: (256 * 1024 * 1024)
DEFAULT_MEMORY_LIMIT: (256 * 1024 * 1024) // see also client.js
};