Relative Content

Tag Archive for reactjsnode.jsvitevite-reactjs

How to limit the build ram usage of a vite/node project?

I have a vite-react project which build in my pc (8 core/16 GB ram) just fine. But when I try to build in the production server (4 core/ 8 GB ram) the build fails. I have optimized the code but I have no idea to check the solution for the production server as it is running in a different server (4 core/ 16 GB ram).