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