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
{{ message }}
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.
We seem to be allocating objects with reckless abandon to the point where node errors with ELIFECYCLE (ie. out of memory) when we try to generate a d.ts for Cesium.js
The text was updated successfully, but these errors were encountered:
Remove the use of various classes in tsoutput.ts. These classes are nothing more than intermediate objects about the original JSDoc doclet. While convenient, I strongly believe the bulk of the memory usage is in storing these objects all over the place. Replace with utility methods that do the same thing off of the original doclets.
We seem to be allocating objects with reckless abandon to the point where node errors with ELIFECYCLE (ie. out of memory) when we try to generate a d.ts for Cesium.js
The text was updated successfully, but these errors were encountered: