I try to learn Svelte and SvelteKit in learn.svelte.dev. I see that this site use webcontainers API from Stackblitz. When I open the site in Safari browser version 16.5.1 macOS (MacBook Air M1 8GB), I check that it consumes more than 2GB of memory in this screenshot below.
In browser like Firefox it consumes around 1.3 GB of memory in this screenshot below.
I have send this issue in sveltejs/learn.svelte.dev#407. The maintainer said that I should ask the Stackblitz team about this issue. I'm curious about the reason behind this issue.
I think the current solution is I use Firefox instead of Safari. Thank you.