groq-cli icon indicating copy to clipboard operation
groq-cli copied to clipboard

Possible memory leak

Open aalemayhu opened this issue 5 years ago • 0 comments

Seeing the below warning.

(node:27236) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 end listeners added. Use emitter.setMaxListeners() to inc
rease limit
[...]
irena $ wc -l migration/ndjson/employees.ndjson 
     343 migration/ndjson/employees.ndjson
irena $ du -sh !$
du -sh migration/ndjson/employees.ndjson
1.1M    migration/ndjson/employees.ndjson
irena $ cat migration/ndjson/employees.ndjson | groq --input ndjson '*[published==true]{name}'

aalemayhu avatar Sep 25 '19 08:09 aalemayhu