sqlsmith icon indicating copy to clipboard operation
sqlsmith copied to clipboard

Improve out-of-memory handling

Open anse1 opened this issue 9 years ago • 0 comments

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.

anse1 avatar Sep 30 '16 07:09 anse1