Skip to content

Commit bbb29c6

Browse files
author
Spencer
authored
[7.x] increase type check memory for x-pack to 4GB (#49255) (#49279)
1 parent 49307e0 commit bbb29c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dev/typescript/run_type_check_cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export function runTypeCheckCli() {
8888
}
8989

9090
execInProjects(log, projects, process.execPath, project => [
91-
...(project.name === 'x-pack' ? ['--max-old-space-size=2048'] : []),
91+
...(project.name === 'x-pack' ? ['--max-old-space-size=4096'] : []),
9292
require.resolve('typescript/bin/tsc'),
9393
...['--project', project.tsConfigPath],
9494
...tscArgs,

0 commit comments

Comments
 (0)