I have strapi deployed on cpanel with shared hosting environment.
- Currently strapi is running successfully on cpanel using the build with the sub-domain setup.
- I don't have access to root ssh but I can use ssh using source of nodejs setup app.
- I have limited RAM about 1.2 GB left on cpanel.
- I can add/edit data but not the schema with this setup of cpanel using build.
- I tried to run the cpanel in ssh using
npm run developcommand but got this error:
WebAssembly.instantiate(): Out of memory: Cannot allocate Wasm memory for new instance
Is there anyway to run strapi on cpanel in dev mode without upgrading the cpanel resources?