MontealegreLuis / phuml

phUML is a UML diagram generator. It takes arbitrary object oriented PHP code and creates fully blown class diagrams of it.
BSD 3-Clause "New" or "Revised" License
100 stars 19 forks source link

Allowed memory size of 134217728 bytes exhausted #16

Closed rainmanjam closed 2 years ago

rainmanjam commented 2 years ago

Getting the following error running:

`[|] Running... (This may take some time) [|] Parsing codebase structure PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 528384 bytes) in phar:///Users/xxx/.phive/phars/phuml-5.2.1.phar/vendor/nikic/php-parser/lib/PhpParser/Lexer.php on line 88

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 528384 bytes) in phar:///Users/xxx/.phive/phars/phuml-5.2.1.phar/vendor/nikic/php-parser/lib/PhpParser/Lexer.php on line 88`

Any ideas?