kitze / custom-react-scripts

[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
https://custom-react-scripts.netlify.com
MIT License
993 stars 97 forks source link

CPU, RAM drain #110

Closed otaklapka closed 6 years ago

otaklapka commented 6 years ago

Hello, im experiencing big resources drain on windows. With normal react-scripts there were only one process that consumed ~450MB of RAM, but with custom react scripts there is about 3 more processes that were keeping about 40MB, but now are at 300 - 400MB. I've checked if node_modules folder is under ignored in webpack config, and it is. Anyone else experiencing this trouble? I really need sass modules in my project, so i need to solve this. Every help would be great. wtf CPU is at 90% at some point, which in combination with 90% of RAM really bad

marcosfede commented 6 years ago

Also experiencing this issue, It spawns 4 node processes and keeps my cpu at almost 100%

kitze commented 6 years ago

@Otas13 any idea what can cause it?