1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

workerIdleMemoryLimit server at 50%

This commit is contained in:
Adria Navarro 2023-07-27 16:04:19 +02:00
parent 5dc3623866
commit e71ec971a0

View file

@ -16,7 +16,7 @@ const baseConfig: Config.InitialProjectOptions = {
"@budibase/shared-core": "<rootDir>/../shared-core/src",
"@budibase/types": "<rootDir>/../types/src",
},
workerIdleMemoryLimit: "40%",
workerIdleMemoryLimit: "50%",
}
// add pro sources if they exist