Skip to content

Commit

Permalink
Fix v8 options
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Sep 21, 2024
1 parent aee6d9c commit b867c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dso/exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _render_quarto(quarto_dir: Path, report_dir: Path, before_script: str, cwd:
set -euo pipefail
# this flags enables building larger reports with embedded resources
export QUARTO_DENO_V8_OPTIONS=--v8-flags=--max-old-space-size=8192
export QUARTO_DENO_V8_OPTIONS=--max-old-space-size=8192
{before_script}
Expand Down

0 comments on commit b867c3c

Please sign in to comment.