Добавлена настройка lowMemoryMode на случай, если памяти на машине 2Гб или меньше
This commit is contained in:
@@ -20,6 +20,7 @@ module.exports = {
|
||||
maxFilesDirSize: 1024*1024*1024,//1Gb
|
||||
queryCacheEnabled: true,
|
||||
cacheCleanInterval: 60,//minutes
|
||||
lowMemoryMode: false,
|
||||
|
||||
webConfigParams: ['name', 'version', 'branch'],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user