You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling schemas into kbnf engine is a very nontrivial process and unfortunately it is theoretically impossible to have a truly robust algorithm(in the sense of no accidental quadratic or even nonpolynomial complexity), but we can (and should) add some docs/warnings/assertions to ensure users' server wont accidentally use 77GB RAM(+VRAM) and killed by OS.
DFA max memory cap
Monitor potentially ambiguous CFG grammar?
Warning on the exponential behavior of optional JSON fields support
more comprehensive docs on this issue, maybe a separate dedicated page
The text was updated successfully, but these errors were encountered:
Compiling schemas into kbnf engine is a very nontrivial process and unfortunately it is theoretically impossible to have a truly robust algorithm(in the sense of no accidental quadratic or even nonpolynomial complexity), but we can (and should) add some docs/warnings/assertions to ensure users' server wont accidentally use 77GB RAM(+VRAM) and killed by OS.
The text was updated successfully, but these errors were encountered: