Hello, when trying to run my server "node .output/server.index.mjs" on my shared vps, I got the WebAssembly.instantiate() out of memory error. I checked in cPanel, and I was only using up 200mb of the 1gb allocated to me. my app in node processes also only takes up ~200mb of ram.
Checking around the internet, I found other people with the similar WebAssembly.instantiate issue on the server. I couldn't figure out why I am getting it and how to resolve it. my server isn't using any ram. I am wondering if there is anyone here who has come accross this particular issue with cPanel.
Some sources said that cPanel caused this problem, but ssh didn't. Due to security, my provider doesn't allow ssh.