Open benz0li opened 3 days ago
With a 65 GB address space it works:
docker run --rm -ti denoland/deno:2.1.1 bash -c 'ulimit -v 68157440; deno'
Deno 2.1.1
exit using ctrl+d, ctrl+c, or close()
REPL is running with all permissions allowed.
To specify permissions, run `deno repl` with allow flags.
>
Of course, it also works with an unlimited address space.
'Deno 1.37.2'/'v8 11.8.172.13' (bundled with Quarto 1.4.555) run out of memory when the address space is below 2 GB.
'Deno 1.44.0'/'v8 12.1.285.27' (bundled with Quarto 1.5.57) run out of memory when the address space is below 16 GB.
'Deno 1.46.3'/'v8 12.9.202.5-rusty' (bundled with Quarto 1.6.38) run out of memory when the address space is below 64 GB.
Originally posted by @benz0li in https://github.com/quarto-dev/quarto-cli/issues/4197#issuecomment-2505333958
Version: Deno 2.1.1
Steps to reproduce
On a host with docker installed
Cross reference: