-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot enlarge memory arrays. #51
Comments
same here |
this issue comes from the Viz dependency. We're trying another approach. Will keep you updated. |
we're experimenting an other approach which would be rendering the graph on the client side (taking into account some performances issues). |
@manekinekko is this experimental approach somehow available (branch or something)? |
Have the same issue here? This thread is 10 months old. Any news? |
Same issue. Any news? |
@vogloblinsky is working on a possible solution to fix this. In the meantime, we've included a "workaround" that simply skip the graph that are very large and don't render. You still should have the rest of the documentation generated and working properly (but without the affected graphs). To do so, just run package.json
tools/scripts/compodoc.js
Doing so will trick your CI and not mark your build as FAILED. |
@manekinekko I tried your solution but it doesn't work. It just throws an error
I also have no idea how this should work because compodoc is not registered as a binary anywere. |
@DaSchTour the trick from @manekinekko is for compodoc installed globally in your system.
|
so this tool is useless? |
running compodoc via a node script worked for me. |
any update on this? |
Same thing on windows, can't generate main diagram. |
after npm install , I'm running /root/node-v6.9.0-linux-x64/bin/ngd , then get errors as follow:
then i use /root/node-v6.9.0-linux-x64/bin/ngd -s TOTAL_MEMORY=60000000 ,still get errors.
how to solve this problem?
THANKS VERY MUCH!
The text was updated successfully, but these errors were encountered: