[BUG] Graph Overview
See original GitHub issueI recently followed other reports of the same error, so I updated my compodoc to the last version and continue the graph error on the overview screen. follow the error ->
Note: I use the latest version of Angular CLI and my project has 534 modules and 263 components and growing
Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 [21:51:53] Ooops error during main graph generation, moving on next part with main graph disabled : : abort("Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 "). Build with -s ASSERTIONS=1 for more info.
Operating System, Node.js, npm, compodoc version(s)
Win10 NodeJs v6.10.3 npm 5.7.1 Angular CLI 1.7.0
Angular configuration, a package.json
file in the root folder
Compodoc installed globally or locally ?
Motivation for or Use Case
Reproduce the error
Related issues
Suggest a Fix
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (2 by maintainers)
Top GitHub Comments
Yes, MY issue: https://github.com/compodoc/compodoc/issues/712
Not for now. I have started the re-write of the graph engine. Work in progress, and sorry no estimate date.