]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "mason.child: change windows code-heap from 200 to 100."
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 15 Mar 2021 20:34:09 +0000 (13:34 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 15 Mar 2021 20:34:09 +0000 (13:34 -0700)
This reverts commit 5d818ccc7161ff6f239e34a2b8f8152c66368f7a.

extra/mason/child/child.factor

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