Rollup Version
3.19.1
Operating System (or Browser)
Ubuntu 22.04 (WSL)
Node Version (if applicable)
18.15.0
Link To Reproduction
vuepress-theme-hope/vuepress-theme-hope#2906
(vuepress-theme-hope/vuepress-theme-hope@f1beda0 is working fine)
Expected Behaviour
I am expecting Rollup can build.
All project using vite (which relies on rollup) run out of memory
I believe rollup have memory leak because webpack actually takes more memory comparing with vite, but all vite ci blows with rollup changing from 3.18.0 to 3.19.1.
If rollup itself runs well all time, perhaps vite can not handle rollup change? Anyway, I hope someone can check why the memory is increasing in my case (At least > 300MB with the version change)
Actual Behaviour
Run out of memory.
Rollup Version
3.19.1
Operating System (or Browser)
Ubuntu 22.04 (WSL)
Node Version (if applicable)
18.15.0
Link To Reproduction
vuepress-theme-hope/vuepress-theme-hope#2906
(vuepress-theme-hope/vuepress-theme-hope@f1beda0 is working fine)
Expected Behaviour
I am expecting Rollup can build.
All project using vite (which relies on rollup) run out of memory
I believe rollup have memory leak because webpack actually takes more memory comparing with vite, but all vite ci blows with rollup changing from 3.18.0 to 3.19.1.
If rollup itself runs well all time, perhaps vite can not handle rollup change? Anyway, I hope someone can check why the memory is increasing in my case (At least > 300MB with the version change)
Actual Behaviour
Run out of memory.