0

I am rendering a book with bookdown to PDF, that uses pandoc under the hood.

The rendering fails with:

"pandoc document conversion failed with error 137"

I cannot find out what the error stands for.

Any ideas?

jens_laufer
  • 190
  • 3
  • 13

1 Answers1

2

It's an "Out of memory" error. The only solutions I'm aware of are reducing document size or getting more RAM.

tarleb
  • 19,863
  • 4
  • 51
  • 80