Skip to content

Commit

Permalink
[7.5] increase type check memory for x-pack to 4GB (#49255) (#49280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer committed Oct 25, 2019
1 parent 41ba4ad commit c39beb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/typescript/run_type_check_cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function runTypeCheckCli() {
}

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

0 comments on commit c39beb5

Please sign in to comment.