Skip to content

Commit 2ee88f6

Browse files
committed
fix the RAM setting on Windows
1 parent 2b386c4 commit 2ee88f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/resources/tools/autobuild.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set jvm_args=-Xss16m
66
rem If CODEQL_RAM is set, use half for Java and half for TS.
77
if NOT [%CODEQL_RAM%] == [] (
88
set /a "half_ram=CODEQL_RAM/2"
9-
set LGTM_TYPESCRIPT_RAM=%half_ram%
9+
set LGTM_TYPESCRIPT_RAM=!half_ram!
1010
set jvm_args=!jvm_args! -Xmx!half_ram!m
1111
)
1212

0 commit comments

Comments
 (0)