Memory leak
#12013
Replies: 1 comment
-
Hi guys, I found the problem.
and I didn't notice any difference in the functions, from I tested. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I remove
await
from a request, memory usage is very high, this is normal. The garbage collector should clear this after some time. It looks like at some point it does, but memory usage still after the minute or so is huge.Do you have any thoughts or ideas about this code or other ways to test bun for memory leaks?
Beta Was this translation helpful? Give feedback.
All reactions