While attempting to convert .md to docx file using command line:
pandoc CustomerChurn_predict.md -s -o churn.docx
I got following error:
pandoc: getMBlocks: VirtualAlloc MEM_COMMIT failed: The paging file is too small for this operation to complete.
This seems like a memory allocation error.
See: VirtualAlloc MEM_COMMIT and MEM_RESERVE
Pandoc may use rather large amount of memory for conversion.
See also Pandoc's FAQ:
The error message reports the limitation of your page file:
Can you increase the page file size?