I got the following error when I tried to convert the PHP manual [https://php.net/get/php_manual_en.html.gz/from/a/mirror] from HTML to PDF:
*** Mercury runtime: caught segmentation violation ***
This may have been caused by a stack overflow, due to unbounded recursion.
exiting from signal handler
I guess my system ran out of memory (2 GB RAM). But how do I know how much memory is required? Or is there a way you can cut down the memory usage by the application itself?
*** Mercury runtime: caught segmentation violation ***
This may have been caused by a stack overflow, due to unbounded recursion.
exiting from signal handler
I guess my system ran out of memory (2 GB RAM). But how do I know how much memory is required? Or is there a way you can cut down the memory usage by the application itself?