gajus / dindent

HTML indentation library for development and testing.
Other
180 stars 31 forks source link

runs out of memory with large html files #22

Open dawie-git opened 7 years ago

dawie-git commented 7 years ago

I get this quite often:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 170964 bytes) in C:\wamp\www\dib\dropinbase\extensions\DIndent\src\Indenter.php on line 123
gajus commented 7 years ago

PRs for improvement are welcome. It would be possible to utilize streams to drastically optimize memory consumption.

Alternatively, just increase the memory allocated to the system.