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
SQLsmith currently dies when a memory allocation fails. This
won't happen when run on a dedicated host due to SQLsmith's low
memory consumption, but it might happen when run on the same
machine as the DUT.
It should be easy to catch these OOM exceptions and report them
with an "M" flag in verbose output.
The text was updated successfully, but these errors were encountered:
SQLsmith currently dies when a memory allocation fails. This
won't happen when run on a dedicated host due to SQLsmith's low
memory consumption, but it might happen when run on the same
machine as the DUT.
It should be easy to catch these OOM exceptions and report them
with an "M" flag in verbose output.
The text was updated successfully, but these errors were encountered: