Add workerIdleMemoryLimit
This commit is contained in:
parent
2e1903f955
commit
42b14fe712
|
@ -16,6 +16,7 @@ const baseConfig: Config.InitialProjectOptions = {
|
|||
"@budibase/shared-core": "<rootDir>/../shared-core/src",
|
||||
"@budibase/types": "<rootDir>/../types/src",
|
||||
},
|
||||
workerIdleMemoryLimit: 0.2,
|
||||
}
|
||||
|
||||
// add pro sources if they exist
|
||||
|
|
Loading…
Reference in New Issue