sunney
sunney
I can also add that I'm experiencing very high memory usages when this error occurs. 
> Hey @sunney-x, are you able to reliably reproduce this error? Yes, If my device does not have a lot of RAM I get the error. I'm sure it's some...
> Yes, If my device does not have a lot of RAM I get the error. I'm sure it's some kind of memory leak, there's no way the query could...
I'm not completely sure, but could it be related to V8 maximum size of string limit? I remember it was 256 or 512 MB ?
> @sunneydev ooh, could you elaborate please? I'll try with a few different chunk sizes. Would be helpful to know since the patch right now is to run the operation...
Before this issue is resolved you can use https://www.npmjs.com/package/bun-compression. I just ported the compression middleware that Elysia was using for hono.
Please get this fixed :(
> that’s mainly because Bun is written in Rust! bun is written in [zig](https://github.com/oven-sh/bun/search?l=zig), not rust