Skip to content

Commit 1925a32

Browse files
authored
MOAR RAM (#75423) (#75443)
1 parent 109d1ef commit 1925a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.startsWith('x-pack') ? ['--max-old-space-size=4096'] : []),
91+
'--max-old-space-size=4096',
9292
require.resolve('typescript/bin/tsc'),
9393
...['--project', project.tsConfigPath],
9494
...tscArgs,

0 commit comments

Comments
 (0)