Simple test to know:
lsof | awk '{print $1}' | uniq -c | sort -n
And check the absurd number of files opened by node.
Replace fs
by graceful-fs
Simple test to know:
lsof | awk '{print $1}' | uniq -c | sort -n
And check the absurd number of files opened by node.
Replace fs
by graceful-fs