quarto memory exhausted

I have a small Quarto script.

quarto check says everything is fine.

[>] Checking versions of quarto binary dependencies...
Pandoc version 3.1.1: OK
Dart Sass version 1.55.0: OK
[>] Checking versions of quarto dependencies......OK
[>] Checking Quarto installation......OK
Version: 1.3.302
Path: C:\Program Files\Quarto\bin
CodePage: 1252

[>] Checking basic markdown render....OK

[>] Checking Python 3 installation....(None)

  Unable to locate an installed version of Python 3.
  Install Python 3 from https://www.python.org/downloads/

[>] Checking R installation...........OK
Version: 4.2.3
Path: C:/PROGRA~1/R/R-4.2.3
LibPaths:
- C:/Users/Gerry Blais/AppData/Local/R/win-library/4.2
- C:/Program Files/R/R-4.2.3/library
knitr: 1.43
rmarkdown: 2.22

[>] Checking Knitr engine render......OK

No plots, a half-dozen 10-line tables.

I think there's a memory issue. The quarto log says:

36980 strings out of 478699
775888 string characters out of 5847134
4999999 words of memory out of 5000000 <---------------------------------------------here
56534 multiletter control sequences out of 15000+600000
518800 words of font info for 80 fonts, out of 8000000 for 9000
14 hyphenation exceptions out of 8191
108i,9n,121p,10899b,429s stack positions out of 10000i,1000n,20000p,200000b,200000s

No pdf is produced.

How can I resolve this? If this is the wrong forum, apologies. Any idea where I should be looking?

Thanks!

I suppose the first things I would experiment with might be alternative PDF engines.
Quarto - PDF Engines

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.