
A Practical Use Case of Page Swapping
Problem
Recently, I had to deploy a React project on a Linode server. What I didn't know was that the server only has 1GB of RAM. When I tried npm run build I got the following error.
Allocation failed - JavaScript heap out of memory