groq-cli
groq-cli copied to clipboard
Possible memory leak
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}'