Closed nathandunn closed 3 years ago
This is mostly working by changing the fork to use a 4GB memory signature at runtime:
The current issue now is that we can't store more than 5 MBs in session storage. However, we can simply ignore session storage and store it within the client and see what happens. That being said, the problem is really ONLY on the client.
There are two options:
Able to process the smaller one (bp-experimental), but the larger one is too big to be stored, but too large to write to an H2 databse.
from #658 May need to write to files, streaming response as parsing inline seems to not work properly creating heap herrors.