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
We use transform on the Node.js side. There, we also use the includes plugin from @diplodoc/transform/lib/plugins/includes.
Currently, if the tree of includes in an MD file has a deep nesting (one file calls another, and so on), the Node instance crashes due to CPU overload.
Transform version:
4.40.0
Steps To Reproduce
Create several files with a large number of includes that reference a large number of other files.
The current behavior
Node instance crashes due to CPU overload.
The expected behavior
Transform works normally
The text was updated successfully, but these errors were encountered:
We use transform on the Node.js side. There, we also use the
includes
plugin from@diplodoc/transform/lib/plugins/includes
.Currently, if the tree of includes in an MD file has a deep nesting (one file calls another, and so on), the Node instance crashes due to CPU overload.
Transform version:
4.40.0
Steps To Reproduce
The current behavior
Node instance crashes due to CPU overload.
The expected behavior
Transform works normally
The text was updated successfully, but these errors were encountered: