Skip to content

Commit

Permalink
MOAR RAM (#75423)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov authored Aug 19, 2020
1 parent 88802cb commit 385b570
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.startsWith('x-pack') ? ['--max-old-space-size=4096'] : []),
'--max-old-space-size=4096',
require.resolve('typescript/bin/tsc'),
...['--project', project.tsConfigPath],
...tscArgs,
Expand Down

0 comments on commit 385b570

Please sign in to comment.