High memory baseline #297
-
This has probably been asked before, but I was testing both On my machine, the I know this is still a preview, but is this memory difference a known issue? I would have expected the numbers to flip for larger projects, but I was surprised by the high baseline usage — especially considering Rust tooling is generally praised for efficiency. Would love to hear if anyone has insights or context on this. That said, I’m super hyped about this whole Rust rewrite — it’s incredibly exciting to see the ecosystem evolving like this. Amazing work so far, and huge props to everyone involved. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hmm, would you create a repo that I can try it out? I'm not sure what's happening there. Also how did you measure the RAM usage? |
Beta Was this translation helpful? Give feedback.
Hmm, this is weird.
If I use a local rolldown build, the max memory usage is ~168MB. On the other hand, if I use the prebuilt one (
@rolldown/core-linux-arm64-gnu
), the max memory usage is ~252MB. (Normal Vite is ~211MB).The built binary is different, so there's probably something wrong with the build config in rolldown.