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
When I run typedoc with this plugin enabled, the console hangs at Documentation generated at ... and doesn't continue. The only thing that happens is that it keeps generating log-files hs_err_pidxxxx.log with a trace starting with There is insufficient memory for the Java Runtime Environment to continue. Also log files called replay_pid1000.log. I'm guessing this plugin consumes too much memory.
Yes, there is definitely a memory and CPU usage issue. It depends on how many diagrams are generated. However I've not had this log issue you are experiencing.
The main problem is that I'm using the node-plantuml module which spawn a separate JAVA process for each diagram that is generated.
Actually I want to replace that module as I think it is too complicated and no longer maintained. I hope we can solve this issue with another module: agirorn/plantuml#2
When I run typedoc with this plugin enabled, the console hangs at
Documentation generated at ...
and doesn't continue. The only thing that happens is that it keeps generating log-fileshs_err_pidxxxx.log
with a trace starting withThere is insufficient memory for the Java Runtime Environment to continue.
Also log files calledreplay_pid1000.log
. I'm guessing this plugin consumes too much memory.Console output:
hs_err_pid1000.log
replay_pid1000.log
The text was updated successfully, but these errors were encountered: