mason.child: change windows code-heap from 200 to 100.

master
John Benediktsson 2020-04-13 13:36:10 -07:00
parent a89474786e
commit 5d818ccc71
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ M: windows factor-path "./factor.com" ;
: mason-child-test-cmd ( -- cmd )
[
mason-child-vm ,
os windows? [ "-codeheap=200" , ] when
os windows? [ "-codeheap=100" , ] when
"-run=mason.test" ,
] { } make ;