Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/troubleshooting/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Setting `QUARTO_PRINT_STACK=true` in your environment will cause Quarto to print
On PowerShell:

```powershell
$env:QUARTO_PRINT_STACK = "true"
$env:QUARTO_PRINT_STACK="true"
```

## Unix
Expand All @@ -92,7 +92,7 @@ Quarto will print more information about its internal state if you set `QUARTO_L
On PowerShell:

```powershell
$env:QUARTO_LOG_LEVEL = "DEBUG"
$env:QUARTO_LOG_LEVEL="DEBUG"
```

## Unix
Expand Down Expand Up @@ -138,7 +138,7 @@ In this example, we're setting the maximum amount of memory to be allocated by D
On PowerShell:

```powershell
$env:QUARTO_DENO_V8_OPTIONS = "--max-old-space-size=8192"
$env:QUARTO_DENO_V8_OPTIONS="--max-old-space-size=8192"
```

## Unix
Expand Down