Add a faq about the "Cannot allocate memory" error on M1 macs.

This commit is contained in:
John MacFarlane 2021-08-01 10:29:47 -06:00
parent ca12e198ba
commit c1ab55793b

View file

@ -124,5 +124,13 @@ topography as TeX, particularly when it comes to math, but they
may be fine for many purposes.)
## Converting to PDF on an M1 Mac, I get a "Cannot allocate memory" error.
We are not sure why this happens, but we have found that
fully specifying the `pdflatex` path avoids the error. For
example,
pandoc -o my.pdf --pdf-engine=/Library/TeX/texbin/pdflatex
:::