Skip to content

Commit

Permalink
relax minfreemem
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Feb 12, 2024
1 parent 132a83c commit 549f1b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ infix fun CFG.jvmIntersectLevFSA(fsa: FSA): CFG = jvmIntersectLevFSAP(fsa)
// .intersectLevFSAP(fsa)

val BH_TIMEOUT = 9.minutes
val MINFREEMEM = 9000000000L
val MINFREEMEM = 1000000000L

private infix fun CFG.jvmIntersectLevFSAP(fsa: FSA): CFG {
// if (700 < fsa.Q.size) throw Exception("FSA size was out of bounds")
Expand Down

0 comments on commit 549f1b6

Please sign in to comment.