High CPU Usage
ganeshh123 opened this issue · 1 comments
ganeshh123 commented
When exporting pages, multiple phantomjs processes run. This ensures quicker conversion, but very high CPU usage. Maybe we could optimize the way markdown-pdf does batch conversion?
ganeshh123 commented
Fixed in Version 1.2
Switched from PhantomJS to wkhtmltopdf which does conversions sequentially. Slightly slower but won't use as much resources.
#9