Open
Description
I have a relatively small application, but dartdoc consumes up to 2GB memory while running.
I understand that the reason for this is that dartdoc will initialize with all libraries before generating docs for my app.
Unfortunately right now this crashes my CI configuration, and I will make sure that memory will be increased on the runner, but is this going to be adressed in the future, or will I have to accept memory usage for doc generation?
Thanks & Best Regards
Qiong