Slow performance, using p5 in react Slow performance, using p5 in react reactjs reactjs

Slow performance, using p5 in react


This seems to be caused due to low memory availability of RAM, it will runs smoothly when there sufficient memory available. But when there is less memory P5.js is running at low frame rate.

Brief explanationI believe while we run react applications with node, surely it could hold a huge amount of RAM. Especially when we run react with node using 4GB or less RAM configuration, we could end up P5.js or any graphic content running in very low Frames per seconds.

uplift the RAM or run in another machine

Low memory availability in RAM