paytm / lgr

Generic Logger
MIT License
2 stars 7 forks source link

process.memoryusage gives EMFILE #29

Open shreyagarwal opened 8 years ago

shreyagarwal commented 8 years ago

Looks like a problem in nodejs since winston had a similar problem. Lets calculate Ram usage only when required or remove support of RAM for now. Use something else to monitor Ram of the process.

shreyagarwal commented 8 years ago

Have put this in try catch and also fetching ram only when required. But still keeping this issue open