Skip to content

Commit

Permalink
change the max heap size from 512MB to 2GB (#3141)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo authored Oct 28, 2024
1 parent cc87102 commit 319d457
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ProdID>0</ProdID>
<ISVSVN>0</ISVSVN>
<StackMaxSize>0x40000</StackMaxSize>
<HeapMaxSize>0x20000000</HeapMaxSize>
<HeapMaxSize>0x80000000</HeapMaxSize>
<TCSNum>1024</TCSNum>
<TCSPolicy>0</TCSPolicy> <!-- 0 = Thread Control Structure (TCS) is bound to the untrusted thread -->
<DisableDebug>1</DisableDebug>
Expand Down

0 comments on commit 319d457

Please sign in to comment.