Skip to content

Commit

Permalink
Merge pull request #17860 from erik-krogh/fix-windows
Browse files Browse the repository at this point in the history
fix the RAM setting on Windows
  • Loading branch information
erik-krogh authored Oct 29, 2024
2 parents 2b386c4 + 2ee88f6 commit 733158f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/resources/tools/autobuild.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set jvm_args=-Xss16m
rem If CODEQL_RAM is set, use half for Java and half for TS.
if NOT [%CODEQL_RAM%] == [] (
set /a "half_ram=CODEQL_RAM/2"
set LGTM_TYPESCRIPT_RAM=%half_ram%
set LGTM_TYPESCRIPT_RAM=!half_ram!
set jvm_args=!jvm_args! -Xmx!half_ram!m
)

Expand Down

0 comments on commit 733158f

Please sign in to comment.