Skip to content

Commit

Permalink
increase type check memory for x-pack to 4GB (#49255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer authored Oct 25, 2019
1 parent ccd01a3 commit 296fa8e
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 296fa8e

Please sign in to comment.