Open
Description
This code in the autobuild.sh script halves memory between the JVM and TS:
codeql/javascript/resources/tools/autobuild.sh
Lines 7 to 13 in 59a77a8
Since CODEQL_RAM appears to be a default variable, consuming most of the Github runner's memory, this script shouldn't be halving the memory allocation as large TS projects hit a FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
error. How can we override this halving?