dainiusjocas / lucene-grep

Grep-like utility based on Lucene Monitor compiled with GraalVM native-image
Apache License 2.0
189 stars 5 forks source link

Wrap Lucene Monitor into a Closeable protocol #194

Closed dainiusjocas closed 2 years ago

dainiusjocas commented 2 years ago

Prevents strange OOM when 8K+ monitors are created in a loop. During runtime it doesn't happen only during development in a REPL session.