Replies: 1 comment 2 replies
-
try set |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to make migration poc for the large code base and due to some legacy codebase we are experiencing initial build takes some time. It is fine, but at some stage of build rspack seems excessively occupies CPU (or ram) usage makes other system activites feel hang - literally whole UI stops and hourglass icon appears around 20~30sec.
I'm curious if there's a way to set the limit for the CPU core count or similar, so it may take longer but won't block system use while dev waiting for it.
Beta Was this translation helpful? Give feedback.
All reactions