We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55dcf8 commit 759631aCopy full SHA for 759631a
javascript/extractor/src/com/semmle/js/parser/TypeScriptParser.java
@@ -262,7 +262,7 @@ private void setupParserWrapper() {
262
int mainMemoryMb =
263
typescriptRam != 0
264
? typescriptRam
265
- : getMegabyteCountFromPrefixedEnv(TYPESCRIPT_RAM_SUFFIX, 1000);
+ : getMegabyteCountFromPrefixedEnv(TYPESCRIPT_RAM_SUFFIX, 2000);
266
int reserveMemoryMb = getMegabyteCountFromPrefixedEnv(TYPESCRIPT_RAM_RESERVE_SUFFIX, 400);
267
268
File parserWrapper = getParserWrapper();
0 commit comments