I am working on converting docx to epub. Document contains lot of images. When execution of converting, i have error:
“pandoc.exe: Heap exhausted; Current maximum heap size is 1073741824
bytes (1024 MB); use `+RTS -M' to increase it.
Error while executing job!”
I am using Node.js.
Can any one assist me how to increase heap size?
Update:
I have increased size till 2GB. But pandoc still shows error
"Pandoc.exe out of memory"
Is it possible to solve this issue?