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

Make use of workerIdleMemoryLimit

This commit is contained in:
Adria Navarro 2023-07-27 11:30:44 +02:00
parent f7cae98a96
commit c7b0960bb3
2 changed files with 2 additions and 0 deletions

View file

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

View file

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