mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
JS: Raise default memory limit to 2.4G
This commit is contained in:
@@ -262,7 +262,7 @@ public class TypeScriptParser {
|
||||
int mainMemoryMb =
|
||||
typescriptRam != 0
|
||||
? typescriptRam
|
||||
: getMegabyteCountFromPrefixedEnv(TYPESCRIPT_RAM_SUFFIX, 1000);
|
||||
: getMegabyteCountFromPrefixedEnv(TYPESCRIPT_RAM_SUFFIX, 2000);
|
||||
int reserveMemoryMb = getMegabyteCountFromPrefixedEnv(TYPESCRIPT_RAM_RESERVE_SUFFIX, 400);
|
||||
|
||||
File parserWrapper = getParserWrapper();
|
||||
|
||||
Reference in New Issue
Block a user