You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
I am developing a crypto project. My project includes a backend part (server, database...etc) to run it I created a service when starting my raspi with the node js function. The latter does not consume too much memory 1%.
I have a second part called "frontend" which includes all the visuals of my site, I have installed quite a few node js modules (react, solana wallet connection). Here is what my package.json file contains:
When I run the "npm start" command, I use 22G of my RAM and 800M of my physical memory. The problem, I switched the project to a server with 1G of RAM but it doesn't work due to a fatal memory error.
Do you have a solution to offer me? thanking you in advance
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I am developing a crypto project. My project includes a backend part (server, database...etc) to run it I created a service when starting my raspi with the node js function. The latter does not consume too much memory 1%.
I have a second part called "frontend" which includes all the visuals of my site, I have installed quite a few node js modules (react, solana wallet connection). Here is what my package.json file contains:
Regarding my craco configuration file, here it is:
When I run the "npm start" command, I use 22G of my RAM and 800M of my physical memory. The problem, I switched the project to a server with 1G of RAM but it doesn't work due to a fatal memory error.
Do you have a solution to offer me? thanking you in advance
Beta Was this translation helpful? Give feedback.
All reactions