increase VM limit (#10870)

This commit is contained in:
cooldome
2019-03-20 13:01:07 +00:00
committed by Andreas Rumpf
parent 54151ce398
commit 7ba877914a

View File

@@ -17,7 +17,7 @@ const
byteExcess* = 128 # we use excess-K for immediates
wordExcess* = 32768
MaxLoopIterations* = 3_000_000 # max iterations of all loops
MaxLoopIterations* = 10_000_000 # max iterations of all loops
type