Make use of workerIdleMemoryLimit
This commit is contained in:
parent
f7cae98a96
commit
c7b0960bb3
|
@ -16,6 +16,7 @@ const baseConfig: Config.InitialProjectOptions = {
|
||||||
"@budibase/shared-core": "<rootDir>/../shared-core/src",
|
"@budibase/shared-core": "<rootDir>/../shared-core/src",
|
||||||
"@budibase/types": "<rootDir>/../types/src",
|
"@budibase/types": "<rootDir>/../types/src",
|
||||||
},
|
},
|
||||||
|
workerIdleMemoryLimit: "40%",
|
||||||
}
|
}
|
||||||
|
|
||||||
// add pro sources if they exist
|
// add pro sources if they exist
|
||||||
|
|
|
@ -16,6 +16,7 @@ const config: Config.InitialOptions = {
|
||||||
"@budibase/types": "<rootDir>/../types/src",
|
"@budibase/types": "<rootDir>/../types/src",
|
||||||
"@budibase/shared-core": ["<rootDir>/../shared-core/src"],
|
"@budibase/shared-core": ["<rootDir>/../shared-core/src"],
|
||||||
},
|
},
|
||||||
|
workerIdleMemoryLimit: "40%",
|
||||||
}
|
}
|
||||||
|
|
||||||
// add pro sources if they exist
|
// add pro sources if they exist
|
||||||
|
|
Loading…
Reference in New Issue