You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application suffers from a increasing cpu 100% time(as long as 10second after 6hours) each 61 seconds, after I tried out all the memory leak detect method, I finally use node-inspector to find that ccap's "create" method in hccap.js is the ghost.
For some reason, I have no extra time and power to point out the detail of this bug,
But when I open the file, I see a lot of fs.xxxSync function, and seems the package have many way to leak file resources....
So say good bye to ccap, thank you for your work all the same.
The text was updated successfully, but these errors were encountered:
My application suffers from a increasing cpu 100% time(as long as 10second after 6hours) each 61 seconds, after I tried out all the memory leak detect method, I finally use node-inspector to find that ccap's "create" method in hccap.js is the ghost.
For some reason, I have no extra time and power to point out the detail of this bug,
But when I open the file, I see a lot of fs.xxxSync function, and seems the package have many way to leak file resources....
So say good bye to ccap, thank you for your work all the same.
The text was updated successfully, but these errors were encountered: