-
-
Notifications
You must be signed in to change notification settings - Fork 783
[Bug]: Memory Leak in Dev Server Causing System to Run Out of Application Memory #8976
Copy link
Copy link
Closed
Closed
Copy link
Description
Edited by @h-a-n-a:
For further issue reporting, please provide the system info. For example, Apple M2 Max, macOS 15.0.
Original Issue:
Version
System:
OS: macOS 14.6.1
CPU: (11) arm64 Apple M3 Pro
Memory: 119.66 MB / 18.00 GB
Shell: 5.9 - /bin/zsh
Browsers:
Safari: 17.6
npmPackages:
@rsbuild/core@1.11.13
@rsbuild/plugin-react@1.1.0Details
While using rsbuild dev, I encountered a significant memory leak that caused the system to run out of application memory. This issue makes the system unstable and forces the user to quit applications to free up resources.
CodeSandbox: https://codesandbox.io/p/github/Fausto95/react-native-web-rsbuild/main?import=true
Reproduce link
https://github.com/Fausto95/react-native-web-rsbuild
Reproduce Steps
pnpm installpnpm start:web- Keep on applying changes to
/apps/rnw/src/App.js - Use
Activity Monitorand observe the continuous increase in memory usage for thersbuild-nodeprocess
Reactions are currently unavailable
