formio / formio.js

JavaScript powered Forms with JSON Form Builder
https://formio.github.io/formio.js
MIT License
1.86k stars 1.05k forks source link

Facing memory leak in formio. #5446

Open gyanendrasinghpanwar opened 8 months ago

gyanendrasinghpanwar commented 8 months ago

Couple of reason : -

  1. Chocices js library is causing memory leak with large amount of data.
travist commented 7 months ago

Do you have any sample requests that causes large memory leaks?... Also, it should be noted that we are in the process of replacing the validation system in formio/formio with a new @formio/core processor system that we hope will resolve many of the memory leak issues in the API Server. That is coming in the next few weeks and me have you try it after that is pulled into an RC build.